blib/lib/Perl/Stripper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 0 | 381 | 12 | $self->strip_comment and $el->isa('PPI::Token::Comment') |
65 | 0 | 0 | 2 | $loc->[0] == 1 and $loc->[1] == 1 |
74 | 0 | 389 | 2 | $self->strip_pod and $el->isa('PPI::Token::Pod') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 1 | 1 | 1 | $c2c ~~ \@ll or $c2c ~~ \@llf |