Condition Coverage

blib/lib/Test/EOF.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
36 1 1 0 exists $$options{'minimum_newlines'} and $$options{'minimum_newlines'} <= 0
50 0 0 0 exists $$options{'maximum_newlines'} and $$options{'maximum_newlines'} < $$options{'minimum_newlines'}
133 0 0 0 defined $first and $first =~ /$perlstart/

or 2 conditions

line l !l condition
49 1 1 $$options{'minimum_newlines'} ||= 1