blib/lib/Text/ParseWords.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 21 | 80.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 2 | 3 | 2 | @words and not defined $words[-1] |
103 | 9 | 7 | 1 | $PERL_SINGLE_QUOTE and $quote eq "'" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 5 | 0 | 2 | @words or not length $line |
37 | 3 | 0 | 1 | @words or not length $line |
51 | 3 | 0 | 1 | @{$allwords[$i];} or not length $lines[$i] |
94 | 24 | 53 | 24 | defined $quote or length $unquoted |
77 | 24 | 0 | defined $quote or length $unquoted or length $delim |