Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
32 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'
133 0 0 1 !!$? == 0 && -d $tmp->child('.git')

or 3 conditions

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