Condition Coverage

perllib/Arch/RevisionBunches.pm
Criterion Covered Total %
condition 0 54 0.0


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 0 $args{'max_sumlen'} =~ /^\d+$/ && $args{'max_sumlen'} > 5
0 0 0 $args{'max_sumlen'} and not $args{'max_sumlen'} =~ /^\d+$/ && $args{'max_sumlen'} > 5
69 0 0 0 $max_sumlen and length $$_{'summary'} > $max_sumlen
94 0 0 0 defined $idx && $$bunch{'revision_descs'}[$idx]
128 0 0 0 $$bunch{'is_missing'} and $nm < $nr
169 0 0 0 $last_bunch and $multi_version
0 0 0 $last_bunch and $multi_version and $$last_bunch{'version'} ne $version
173 0 0 0 $last_bunch and $has_is_missing
0 0 0 $last_bunch and $has_is_missing and $$last_bunch{'is_missing'} ne $is_missing
176 0 0 0 $has_filepath and $$last_bunch{'filepath'} ne $filepath

or 2 conditions

line l !l condition
87 0 0 shift() || die()
88 0 0 shift() || 0
108 0 0 $$revision_desc{'creator'} || ''
109 0 0 $$revision_desc{'email'} || ''
110 0 0 $creators{join $;, $creator, $email} ||= [$creator, $email, 0]
150 0 0 $$self{'bunch_size'} || die('No bunch size given')

or 3 conditions

line l !l&&r !l&&!r condition
150 0 0 0 $bunch_size ||= $$self{'bunch_size'} || die('No bunch size given')
176 0 0 0 not $last_bunch or $has_filepath and $$last_bunch{'filepath'} ne $filepath
181 0 0 0 not $last_bunch or $is_bunch_property_changed
0 0 0 not $last_bunch or $is_bunch_property_changed or @{$$last_bunch{'revision_descs'};} >= $bunch_size