Condition Coverage

blib/lib/Test/Git.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 $version and 'Git::Repository'->version_lt($version, @options)
40 13 0 0 exists $args{'init'} and exists $args{'clone'}
53 0 2 0 &cmp_git('1.7.0.rc1', $git_version) <= 0 and &cmp_git($git_version, '1.7.0.2') <= 0

or 2 conditions

line l !l condition
43 0 13 $args{'temp'} || ['CLEANUP', 1]
44 0 13 $args{'init'} || []
45 3 10 $args{'git'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 2 &cmp_git($git_version, '1.6.2.rc0') < 0 or &cmp_git('1.7.0.rc1', $git_version) <= 0 and &cmp_git($git_version, '1.7.0.2') <= 0