Condition Coverage

blib/lib/String/Copyright.pm
Criterion Covered Total %
condition 25 40 62.5


and 3 conditions

line !l l&&!r l&&r condition
193 0 184 0 not @_ and ref $copyright eq "String::Copyright"
213 20 2 2 not @block || length $owners and ++$skipped >= ($globals->{'threshold_before'} || $globals->{'threshold'})
225 2 3 9 @block and not length $owners
5 7 2 @block and not length $owners and ++$skipped >= 1 + ($globals->{'threshold_after'} || $globals->{'threshold'})
286 0 0 0 not @_ and ref $self eq "String::Copyright"

or 2 conditions

line l !l condition
264 47 73 $years || undef
114 6 $owners || undef

or 3 conditions

line l !l&&r !l&&!r condition
205 24 0 243 $globals->{'threshold_before'} or $globals->{'threshold'}
213 18 2 4 @block || length $owners
4 0 0 $globals->{'threshold_before'} || $globals->{'threshold'}
215 14 0 251 $globals->{'threshold_after'} or $globals->{'threshold'}
225 9 0 0 $globals->{'threshold_after'} || $globals->{'threshold'}
273 0 25 0 $_->[0] || ()
25 0 0 $_->[1] || ()