Branch Coverage

blib/lib/App/test/travis.pm
Criterion Covered Total %
branch 11 20 55.0


line true false branch
101 0 2 unless GetOptionsFromArray \@args, '--dry-run', \$DRY_RUN, '--help', \$HELP
105 0 2 if $HELP
114 0 2 unless my $behavior = $tab{$language}
119 0 2 if ($ENV{'TRAVIS'} and $ENV{'CI'})
150 2 0 if (not $@) { }
161 0 2 if ($duration > 60) { }
173 6 6 unless defined $$config{$mode}
176 3 3 ref $$config{$mode} eq 'ARRAY' ? :
187 0 7 unless ($dry_run)
188 0 0 unless system(@command) == 0