Branch Coverage

inc/Test/Exception.pm
Criterion Covered Total %
branch 7 32 21.8


line true false branch
18 0 1 if (@_)
95 0 1 if (caller() eq 'DB') { }
98 0 0 if (wantarray)
99 0 0 if (not @_) { }
126 0 1 if (wantarray and not @_) { }
155 0 0 unless _is_exception($exception)
157 0 0 if $class and not "$exception" =~ /^\Q$class\E/
217 0 4 unless (defined $expecting)
221 0 4 unless defined $description
227 4 0 $regex ? :
228 0 0 ref $expecting ? :
231 0 4 unless ($ok)
305 0 0 unless $ok
348 0 0 unless defined $_[2]
352 0 0 if eval { do { &$test() } }
355 0 0 if (_is_exception($exception))