Branch Coverage

blib/lib/App/Sqitch/Plan/Depend.pm
Criterion Covered Total %
branch 29 30 96.6


line true false branch
106 9 11 (shift())->conflicts ? :
107 9 11 (shift())->conflicts ? :
108 13 11 (shift())->is_external ? :
112 0 495 @_ == 1 && ref $_[0] ? :
114 1 10 unless length($p->{'change'} // "") or length($p->{'tag'} // "") or $p->{'id'}
117 3 10 if $p->{'id'} and length($p->{'change'} // '') || length($p->{'tag'} // '')
119 10 481 defined $p->{'id'} ? :
120 74 417 defined $p->{'project'} ? :
128 10 439 unless $string =~ /
143 97 342 $+{'conflicts'} ? :
150 808 48 if (defined(my $change = $self->change))
154 274 582 if (defined(my $tag = $self->tag))
158 16 840 if (not @parts and defined(my $id = $self->id))
168 465 58 if $proj eq $self->plan->project
174 44 100 $self->conflicts ? :