Condition Coverage

blib/lib/PANT.pm
Criterion Covered Total %
condition 4 26 15.3


or 2 conditions

line l !l condition
171 6 5 shift() || 'Build log'
798 0 0 $args{'buildtype'} || '/build'
800 0 0 $args{'target'} || 'Release'
801 0 0 $args{'devenv'} || 'devenv'

or 3 conditions

line l !l&&r !l&&!r condition
261 2 0 2 $args{'logname'} || "$logstem-$logcount$logsuffix"
512 0 0 0 $dryrun or -d $dest
572 0 0 0 $dryrun or -d $dest
796 0 0 0 $args{'solution'} || "$sln.sln"
797 0 0 0 $args{'project'} || $sln
799 0 0 0 $args{'log'} || "$sln.log"