Branch Coverage

blib/lib/SMIL/Body.pm
Criterion Covered Total %
branch 10 26 38.4


line true false branch
32 0 1 unless $par_bug
41 0 1 if (not $par_bug) { }
56 1 0 if (not $par_bug or @{$$self{$timelineStack};}) { }
63 0 1 unless @{$$self{$timelineStack};}
69 0 0 if (not 'par_bug' or @{$$self{$timelineStack};}) { }
82 0 0 unless @{$$self{$timelineStack};}
88 0 0 if $check_errors and !$top || $top->getTag ne $PAR
95 0 0 if $check_errors and !$top || $top->getTag ne $SEQ
111 1 2 unless $$self{$timelineStack} and @{$$self{$timelineStack};}
113 0 3 unless $check_errors or @{$$self{$timelineStack};}
124 2 0 if ($$self{$timelineStack} and @{$$self{$timelineStack};}) { }
144 0 1 unless $$self{$timelineStack} and @{$$self{$timelineStack};}
146 0 1 unless $check_errors or @{$$self{$timelineStack};}