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
37 1 1 0 exists $options->{'minimum_newlines'} and $options->{'minimum_newlines'} <= 0
51 0 0 0 exists $options->{'maximum_newlines'} and $options->{'maximum_newlines'} < $options->{'minimum_newlines'}
134 0 0 0 defined $first and $first =~ /$perlstart/

or 2 conditions

line l !l condition
50 1 1 $options->{'minimum_newlines'} ||= 1