Branch Coverage

blib/lib/Data/Stag/ChainHandler.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
32 2 138 if @_
38 2 0 if (@_)
41 0 2 unless (ref $e)
52 2 630 if @_
59 0 630 unless ($e)
74 29 23 if ($is_blocked) { }
92 21 13 if (grep {$self->is_blocked($_);} @$stack) { }
110 0 52 unless ($ev)
118 4 48 if ($self->is_blocked($ev) and not $inside_blocked) { }
128 2 2 if (@R)
138 25 23 if (grep {$self->is_blocked($_);} @$stack) { }