blib/lib/Pod/Readme/Filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 14 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
214 | 0 | 0 | 18 | $target and $target =~ $self->_target_regex |
336 | 10 | 29 | 55 | $self->in_target and $self->in_pod |
386 | 0 | 0 | 0 | $start and not $line =~ /$start/ |
387 | 0 | 0 | 0 | $stop and $line =~ /$stop/ |
line | l | !l | condition |
---|---|---|---|
373 | 0 | 0 | $res->{'type'} // 'pod' |