blib/lib/App/perlimports/Annotations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 0 | 0 | 2 | $on->column_number == 1 and $on->logical_line_number > $element->logical_line_number |
68 | 0 | 0 | 81 | $element and ref $element |
0 | 0 | 81 | $element and ref $element and $element->isa("PPI::Element") | |
75 | 6 | 12 | 14 | $line >= $min and !$max || $line <= $max |
line | l | !l | condition |
---|---|---|---|
29 | 8 | 39 | $self->_ppi_document->find('PPI::Token::Comment') || (return []) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 7 | 7 | 12 | !$max || $line <= $max |