Branch Coverage

blib/lib/Shipwright/Test.pm
Criterion Covered Total %
branch 2 32 6.2


line true false branch
33 0 0 if (can_run($ENV{'SHIPWRIGHT_SVK'}) and can_run($ENV{'SHIPWRIGHT_SVN'} . 'admin'))
38 0 0 if ($out and $out =~ /version v(\d)\./i)
39 0 0 if $1 >= 2
53 0 0 if (can_run($ENV{'SHIPWRIGHT_SVN'}) and can_run($ENV{'SHIPWRIGHT_SVN'} . 'admin'))
58 0 0 if ($out and $out =~ /version 1\.(\d)/i)
59 0 0 if $1 >= 4
72 0 0 if (can_run($ENV{'SHIPWRIGHT_GIT'}))
87 0 2 if $ENV{'SHIPWRIGHT_TEST_SVN'} and has_svn()
100 0 1 if $ENV{'SHIPWRIGHT_TEST_SVK'} and has_svk()
113 0 0 if $ENV{'SHIPWRIGHT_TEST_GIT'} and has_git()
169 0 0 if system "$ENV{'SHIPWRIGHT_SVN'}admin create $repo"
203 0 0 unless $ENV{'PERL5LIB'} =~ /^lib:/
230 0 0 if devel_cover_enabled()
235 0 0 if defined $exp
236 0 0 if defined $exp_err
244 0 0 if (ref $exp eq 'Regexp') { }