Condition Coverage

blib/lib/Alien/Build/Plugin/Fetch/Git.pm
Criterion Covered Total %
condition 2 12 16.6


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 $url =~ /^[A-Z]:/i && $^O eq 'MSWin32'
2 0 0 $url =~ /^[a-zA-Z0-9]+:/ and not $url =~ /^[A-Z]:/i && $^O eq 'MSWin32'
150 0 0 0 !!$? == 0 && -d $tmp->child('.git')

or 3 conditions

line l !l&&r !l&&!r condition
30 2 0 0 $url ||= $build->meta_prop->{'start_url'}