Branch Coverage

blib/lib/App/Sqitch/Plan/Change.pm
Criterion Covered Total %
branch 20 20 100.0


line true false branch
179 62 193 $self->is_reworked ? :
191 1 2 unless -f $path
201 54 153 $self->is_reworked ? :
214 30 115 $self->is_reworked ? :
226 40 2 if (my $meth = $self->can("${name}_file"))
243 1 1 (shift())->is_deploy ? :
254 6 6 unless ($tag)
255 5 1 unless ($tag) = $self->rework_tags
264 116 63 unless my $deps = join(" ", map({$_->as_plan_string;} $self->requires, $self->conflicts))
271 18 15 unless my $dep = $self->format_dependencies