Condition Coverage

blib/lib/Test/Dpkg.pm
Criterion Covered Total %
condition 7 19 36.8


and 3 conditions

line !l l&&!r l&&r condition
165 1 0 1 @imports >= 1 and version::is_lax($imports[0])

or 2 conditions

line l !l condition
64 37 0 $ENV{'DPKG_TEST_MODE'} // 'dpkg'
85 0 0 $ENV{'srcdir'} || '.'

or 3 conditions

line l !l&&r !l&&!r condition
95 0 10 0 shift() // _test_get_caller_dir()
122 0 0 0 shift() // qr/\.(?:po|pot)$/
135 1 1 0 shift() // qr/\.(?:PL|pl|pm|t)$/
153 0 0 9 $ENV{'DPKG_DEVEL_MODE'} || $ENV{'AUTHOR_TESTING'}