Condition Coverage

blib/lib/WebDAO/Util.pm
Criterion Covered Total %
condition 8 23 34.7


or 2 conditions

line l !l condition
26 0 0 shift() || (return)
30 0 0 $main ||= 'main::'
90 1 0 delete $defaults{'__env'} || \%ENV
91 0 1 delete $defaults{'__preload'} || 0
106 1 0 _parse_str_to_hash($env->{'WD_ENGINE_PAR'} || $env->{'wdEnginePar'}) || {}
110 0 1 _parse_str_to_hash($env->{'WD_SESSION_PAR'} || $env->{'wdSessionPar'}) || {}
164 1 0 $mult{$2} || 1

or 3 conditions

line l !l&&r !l&&!r condition
96 0 1 0 $env->{'WD_SESSION'} || $env->{'wdSession'} || $defaults{'wdSession'}
100 0 1 0 $env->{'WD_ENGINE'} || $env->{'wdEngine'} || $defaults{'wdEngine'}
159 0 0 2 not $time or lc $time eq 'now'