Branch Coverage

blib/lib/Exception/Delayed.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
14 1 2 if ($@) { }
26 0 2 if ($@) { }
36 1 1 if ($wantarray) { }
46 1 4 if (exists $$self{'error'}) { }
51 2 2 if (ref $result eq 'ARRAY') { }
2 0 elsif (ref $result eq 'SCALAR') { }