Branch Coverage

blib/lib/Alien/Build/Plugin/Fetch/Git.pm
Criterion Covered Total %
branch 14 22 63.6


line true false branch
30 0 2 unless defined $url
32 0 2 if ($url =~ /^[a-zA-Z0-9]+:/ and not $url =~ /^[A-Z]:/i && $^O eq 'MSWin32') { }
39 0 2 if ($^O eq 'MSWin32') { }
47 1 1 if ($url =~ s/#(.*)$//)
57 1 1 if (defined $url->fragment) { }
63 0 1 if $?
67 1 0 if (can_minus_c()) { }
75 0 1 if $?
90 0 1 if ($error)
98 3 1 m[refs/tags/(.*)$] ? :
125 1 0 unless (defined $can_minus_c)