| blib/lib/Text/Vpp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 28 | 45 | 62.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 11 | 0 | 4 | defined $ref and ref $ref eq 'HASH' |
| 307 | 0 | 288 | 8 | defined $commentPat and $line =~ /$commentPat/ |
| 311 | 20 | 263 | 5 | $backslash == 1 and $line =~ s/\\\s*$// |
| 333 | 5 | 13 | 11 | $expand && $self->myExpression($lineIn) |
| 356 | 0 | 1 | 1 | $globExpand && $self->myExpression($lineIn) |
| 367 | 0 | 5 | 1 | $globExpand && !$done |
| 590 | 0 | 1 | 0 | defined $ListPrefix and $ListPrefix =~ /\$/ |
| 594 | 0 | 1 | 0 | defined $ListPrefix and $ListPrefix =~ /\@/ |
| 1163 | 31 | 1 | 0 | defined $subs and ref $subs ne 'ARRAY' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 226 | 19 | 44 | 29 | $$self{'IF_Level'} == 0 || $EnterLoop |
| 329 | 15 | 110 | 0 | $lineIn =~ /$subsLeadPat/ || !($lineIn =~ /$actionPat/) |
| 347 | 1 | 1 | 0 | $stage == 1 or $stage == 2 |
| 362 | 0 | 0 | 6 | $stage == 0 or $stage == 3 |
| 590 | 0 | 0 | 1 | "$prefix$suffix" =~ /\$/ or defined $ListPrefix and $ListPrefix =~ /\$/ |
| 594 | 0 | 0 | 1 | "$prefix$suffix" =~ /\@/ or defined $ListPrefix and $ListPrefix =~ /\@/ |