Condition Coverage

blib/lib/PeopleSoft/Tools.pm
Criterion Covered Total %
condition 0 48 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 /^\s*begin\-/i || /^\s*end\-/i and not /^\s*end-if\s*/i || /^\s*end-while\s*/i || /^\s*end-declare\s*/i || /^\s*end-evaluate\s*/i || /^\s*begin-heading\s*/i || /^\s*end-heading\s*/i || /^\s*begin-setup\s*/i || /^\s*end-setup\s*/i
93 0 0 0 $locale eq 'begin' and $type eq 'dml'
0 0 0 $locale eq 'end' and $type eq 'dml'
0 0 0 $locale eq 'begin' and $type eq 'proc' || $type eq 'block'
0 0 0 $locale eq 'end' and $type eq 'proc' || $type eq 'block'
184 0 0 0 $#call_stack >= 0 and not $G_calls->has_edge($call_stack[-1], $subr)
348 0 0 0 $type eq 'proc' and $locale eq 'begin'
0 0 0 $type eq 'select' || $type eq 'sql' and $locale eq 'begin'
0 0 0 $type eq 'select' || $type eq 'sql' and $locale eq 'end'
0 0 0 $type eq 'proc' and $locale eq 'end'

or 3 conditions

line l !l&&r !l&&!r condition
74 0 0 0 /^\s*begin\-/i || /^\s*end\-/i
0 0 0 /^\s*end-if\s*/i || /^\s*end-while\s*/i || /^\s*end-declare\s*/i || /^\s*end-evaluate\s*/i || /^\s*begin-heading\s*/i || /^\s*end-heading\s*/i || /^\s*begin-setup\s*/i || /^\s*end-setup\s*/i
93 0 0 0 $type eq 'proc' || $type eq 'block'
0 0 0 $type eq 'proc' || $type eq 'block'
348 0 0 0 $type eq 'select' || $type eq 'sql'
0 0 0 $type eq 'select' || $type eq 'sql'