blib/lib/Test/EOFNewlines.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 1 | 1 | 0 | exists $$options{'minimum_newlines'} and $$options{'minimum_newlines'} <= 0 |
52 | 1 | 0 | 1 | exists $$options{'minimum_newlines'} and not exists $$options{'maximum_newlines'} |
122 | 0 | 0 | 0 | defined $first and $first =~ /$perlstart/ |
line | l | !l | condition |
---|---|---|---|
55 | 1 | 1 | $$options{'minimum_newlines'} ||= 1 |
56 | 1 | 1 | $$options{'maximum_newlines'} ||= 1 |