Branch Coverage

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


line true false branch
18 0 1 if (@_)
95 0 0 if (caller() eq 'DB') { }
98 0 0 if (wantarray)
99 0 0 if (not @_) { }
126 0 0 if (wantarray and not @_) { }
155 0 0 unless _is_exception($exception)
157 0 0 if $class and not "$exception" =~ /^\Q$class\E/
217 0 0 unless (defined $expecting)
221 0 0 unless defined $description
227 0 0 $regex ? :
228 0 0 ref $expecting ? :
231 0 0 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))