Branch Coverage

blib/lib/App/Run/Command/ToFail.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
48 2 6 if (not &getopts("hln:p:", $self->{'_opts'}) or $self->{'_opts'}{'h'})
58 1 5 if ($self->{'_opts'}{'l'})
66 1 4 unless (exists $PRESETS{$self->{'_opts'}{'p'}})
71 1 3 if ($PRESETS{$self->{'_opts'}{'p'}}[0] > @ARGV)
80 1 3 if ($i + 1 <= $PRESETS{$self->{'_opts'}{'p'}}[0]) { }
90 1 24 if ($ret > 1)