Branch Coverage

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


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