Branch Coverage

blib/lib/PeopleSoft/Tools.pm
Criterion Covered Total %
branch 0 72 0.0


line true false branch
67 0 0 unless (defined $letter)
74 0 0 if (/^\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)
91 0 0 if (defined $not_profiling{$label})
93 0 0 if ($locale eq 'begin' and $type eq 'dml') { }
0 0 elsif ($locale eq 'end' and $type eq 'dml') { }
0 0 elsif ($locale eq 'begin' and $type eq 'proc' || $type eq 'block') { }
0 0 elsif ($locale eq 'end' and $type eq 'proc' || $type eq 'block') { }
110 0 0 if ($test != 1)
138 0 0 if (/\!PFLR/)
167 0 0 unless (/^PFLR/)
177 0 0 if ($phase eq 'START') { }
0 0 elsif ($phase eq 'END') { }
178 0 0 unless ($G_calls->has_vertex($subr))
184 0 0 if ($#call_stack >= 0 and not $G_calls->has_edge($call_stack[-1], $subr))
187 0 0 if ($#call_stack >= 0)
193 0 0 if ($#call_stack > 0)
208 0 0 if ($G_calls->has_attribute('Done', $parent))
218 0 0 if ($in_edges eq $vertex)
223 0 0 if ($out_edges eq $vertex)
228 0 0 if ($fin_in < 0)
248 0 0 if ($i == $lvl) { }
281 0 0 if ($i++ >= 5)
293 0 0 if ($i++ >= 5)
308 0 0 if ($i++ >= 5)
323 0 0 if (defined $$G_calls{'Succ'}{$v})
325 0 0 if ($max_lvl < $lvl)
337 0 0 if (/^\s*begin-/i) { }
0 0 elsif (/^\s*end-/i) { }
341 0 0 if (/^\s*$locale-select\s*/i) { }
0 0 elsif (/^\s*$locale-sql\s*/i) { }
0 0 elsif (/^\s*$locale-procedure\s*/i) { }
348 0 0 if ($type eq 'proc' and $locale eq 'begin') { }
0 0 elsif ($type eq 'block') { }
0 0 elsif ($type eq 'select' || $type eq 'sql' and $locale eq 'begin') { }
0 0 elsif ($type eq 'select' || $type eq 'sql' and $locale eq 'end') { }
0 0 elsif ($type eq 'proc' and $locale eq 'end') { }