Branch Coverage

inc/Test/Exception.pm
Criterion Covered Total %
branch 1 32 3.1


line true false branch
16 0 2 if (@_)
88 0 0 if (caller() eq 'DB') { }
91 0 0 if (wantarray)
92 0 0 if (not @_) { }
119 0 0 if (wantarray and not @_) { }
148 0 0 unless _is_exception($exception)
150 0 0 if $class and not "$exception" =~ /^\Q$class\E/
210 0 0 unless (defined $expecting)
214 0 0 unless defined $description
220 0 0 $regex ? :
221 0 0 ref $expecting ? :
224 0 0 unless ($ok)
298 0 0 unless $ok
341 0 0 unless defined $_[2]
345 0 0 if eval { do { &$test() } }
348 0 0 if (_is_exception($exception))