blib/lib/Test/Whitespaces.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 0 | 4 | 0 | defined $args and ref $args ne 'HASH' |
100 | 0 | 0 | 0 | $args{'script'} eq 'test_whitespaces' and $$opt{'only_errors'} |
104 | 0 | 0 | 0 | $args{'script'} eq 'whiter' and $$opt{'verbose'} |
341 | 237 | 0 | 9 | $symbol =~ / / and $rest =~ /^\s*$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
247 | 0 | 6 | 8 | not defined $expected_lines[$i] or $got_lines[$i] ne $expected_lines[$i] |
341 | 5 | 1 | 246 | $symbol eq "\t" or $symbol eq "\r" |