Branch Coverage

inc/Test/Exception.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
16 0 2 if (@_)
87 0 0 if (wantarray and not @_) { }
115 0 0 unless _is_exception($exception)
117 0 0 if $class and not "$exception" =~ /^\Q$class\E/
172 0 0 unless (defined $expecting)
176 0 0 unless defined $description
182 0 0 $regex ? :
183 0 0 ref $expecting ? :
186 0 0 unless ($ok)
260 0 0 unless $ok
303 0 0 unless defined $_[2]
307 0 0 if eval { do { &$test() } }
310 0 0 if (_is_exception($exception))