Branch Coverage

File:lib/OpenAPI/Util.pm
Coverage:75.0%

line%coveragebranch
8100TFif (@_ == 1) { }
16100TFif (@_ == 1) { }
2550TFif (not defined $password)
28100TFif (length $password < $PASSWORD_MIN_LEN)
3150TFif (not $password =~ /^[_A-Za-z0-9]+$/)
3850TFunless open my $in, $file