| inc/Test/Exception.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 3 | 12 | 25.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 96 | 5 | 0 | 0 | $class and not "$exception" =~ /^\Q$class\E/ | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 167 | 11 | 0 | 5 | $Tester->ok(!_is_exception($exception), $description) || $Tester->diag(_exception_as_string('died:', $exception)) | 
| 224 | 0 | 0 | 0 | $description ||= _exception_as_string('threw', $expecting) | 
| 227 | 0 | 0 | 0 | ref $expecting || $expecting |