Branch Coverage

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


line true false branch
17 0 1 if (@_)
88 0 0 if (wantarray and not @_) { }
116 0 0 unless _is_exception($exception)
118 0 0 if $class and not "$exception" =~ /^\Q$class\E/
173 0 0 unless defined $expecting
175 0 0 unless defined $description
181 0 0 $regex ? :
182 0 0 ref $expecting ? :
185 0 0 unless ($ok)
259 0 0 unless $ok
302 0 0 unless defined $_[2]
306 0 0 if eval { do { &$test() } }
309 0 0 if (_is_exception($exception))