| line | true | false | branch | 
 
| 16 | 0 | 5 | if (@_) | 
 
| 88 | 5 | 41 | if (caller() eq 'DB') { } | 
 
| 91 | 5 | 0 | if (wantarray) | 
 
| 92 | 0 | 5 | if (not @_) { } | 
 
| 119 | 0 | 41 | 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)) |