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