blib/lib/Win32/ParseWords.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 21 | 80.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 2 | 2 | 2 | @words and not defined $words[-1] |
101 | 9 | 7 | 1 | $PERL_SINGLE_QUOTE and $quote eq q['] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 4 | 0 | 2 | @words or not length $line |
40 | 3 | 0 | 1 | @words or not length $line |
52 | 3 | 0 | 1 | @{$allwords[$i];} or not length $lines[$i] |
92 | 24 | 52 | 24 | defined $quote or length $unquoted |
76 | 24 | 0 | defined $quote or length $unquoted or length $delim |