Condition Coverage

blib/lib/VCS/Lite/Element.pm
Criterion Covered Total %
condition 30 40 75.0


and 3 conditions

line !l l&&!r l&&r condition
146 38 20 0 $$self{'generation'} and not $$self{'generation'}{$gen}
298 1070 283 9 $prev ne 'u' and $ind ne $prev
299 1324 29 9 @pending and $ind ne 'c'
303 38 1315 9 $prev =~ /[u+]/ and $ind =~ /[c-]/
332 49 0 67 @g1v and @g2v
49 18 49 @g1v and @g2v and $g1v[0] eq $g2v[0]

or 2 conditions

line l !l condition
93 3 11 $$self{'generation'} ||= {}
101 3 11 $$self{'latest'} ||= {}
104 0 14 $1 || ''
136 0 0 $args{'generation'} || ''
198 0 9 $$self{'baseline'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
90 14 0 13 $newgen or $args{'check_in_anyway'}
132 8 12 38 $args{'generation'} || $self->latest
245 0 5 48 $args{'generation'} || $self->latest
344 0 23 0 $args{'path'} || $$self{'path'}