lib/LEOCHARRE/Strings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
22 | 3 | 0 | $$a =~ s/^\s+|\s+$//g ? : |
28 | 2 | 5 | unless defined $a and length $a |
30 | 3 | 2 | $a =~ /\S/ ? : |
35 | 2 | 3 | $a =~ /^\s*#/ ? : |
40 | 2 | 2 | if is_blank($a) |
41 | 1 | 1 | if is_comment($a) |