| blib/lib/App/perlimports/Annotations.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 12 | 83.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 38 | 4 | 3 | $element->column_number > 1 ? : | 
| 50 | 3 | 4 | if ($element->column_number == 1) | 
| 52 | 2 | 0 | if ($on->column_number == 1 and $on->logical_line_number > $element->logical_line_number) | 
| 68 | 0 | 81 | unless ($element and ref $element and $element->isa("PPI::Element")) | 
| 75 | 14 | 12 | if ($line >= $min and !$max || $line <= $max) | 
| 80 | 6 | 12 | if $line < $max |