Condition Coverage

blib/lib/Video/DVDRip/Depend.pm
Criterion Covered Total %
condition 11 22 50.0


and 3 conditions

line !l l&&!r l&&r condition
358 14 0 1 $$def{'exists'} && $$def{'installed_num'} >= $$def{'min_num'}
359 14 1 0 defined $$def{'max'} and $$def{'installed_num'} > $$def{'max_num'}
385 15 1 0 /LD_ASSUME_KERNEL=(.*)/ and $1 ne $ENV{'LD_ASSUME_KERNEL'}
461 14 0 0 -x $path and $version eq 'missing'

or 2 conditions

line l !l condition
411 0 0 mkdir $dir, 493 or die "can't create $dir"
526 0 0 $$def{'max'} ||= '-'

or 3 conditions

line l !l&&r !l&&!r condition
341 14 0 1 $OBJECT->get_cached_version($def) || &$get_version($$def{'version_cmd'})
362 12 0 3 $$def{'optional'} or $$def{'installed_ok'}