blib/lib/Validator/Declarative/Rules/Converters.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 0 | 14 | 9 | defined $input && $input =~ /^\s*(0|no|n|false|f|off)\s*$/i |
25 | 0 | 14 | 9 | defined $input && $input =~ /^\s*(1|yes|y|true|t|on)\s*$/i |