Branch Coverage

blib/lib/Tapper/CLI/Testplan.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
23 0 0 if ($c->options->{'help'})
53 0 0 unless $c->options->{'testrun'}
0 0 if (@{[] unless $c->options->{'testrun'};}) { }
0 0 elsif (@{[] unless $c->options->{'name'};}) { }
56 0 0 if $testrun->testplan_id
58 0 0 unless $c->options->{'name'}
62 0 0 if $instance->path and $instance->path =~ /$regex/
73 0 0 if ($c->options->{'active'})
78 0 0 if ($instance->testruns and grep {$_->testrun_scheduling->status ne 'finished';} $instance->testruns->all)
85 0 0 if ($c->options->{'quiet'})
96 0 0 $instance->path ? :
0 0 $instance->path ? :
99 0 0 if ($c->options->{'format'}) { }
107 0 0 if ($c->options->{'verbose'}) { }
133 0 0 if ($opt->{'help'} or not $opt->{'file'})
150 0 0 unless $opt->{'file'}
151 0 0 unless -e $opt->{'file'}
152 0 0 unless -r $opt->{'file'}
155 0 0 if ($opt->{'subst_json'}) { }
163 0 0 if ($opt->{'guide'})
166 0 0 if ($opt->{'dryrun'})
176 0 0 unless $answer->{'testrun_ids'}
191 0 0 if ($c->can('group_commands'))