Branch Coverage

blib/lib/Alien/Build/Plugin/Fetch/Git.pm
Criterion Covered Total %
branch 16 30 53.3


line true false branch
31 0 2 unless defined $url
33 0 2 if ($url =~ /^[a-zA-Z0-9]+:/ and not $url =~ /^[A-Z]:/i && $^O eq 'MSWin32') { }
40 0 2 if ($^O eq 'MSWin32') { }
48 1 1 if ($url =~ s/#(.*)$//)
58 1 1 if (defined $url->fragment) { }
63 1 0 if (can_branch_clone()) { }
71 0 1 if $?
74 1 0 if (can_branch_clone()) { }
81 0 0 if (can_minus_c()) { }
89 0 0 if $?
105 0 1 if ($error)
113 3 1 m[refs/tags/(.*)$] ? :
140 0 0 unless (defined $can_minus_c)
158 1 1 unless (defined $can_branch_clone)
161 1 0 if (version_cmp('Alien::git'->version, '1.8.3.5') >= 0) { }