| blib/lib/Test/Unit/Assertion/Exception.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 10 | 70.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 20 | 0 | 4 | unless defined $exception_class | 
| 21 | 0 | 4 | unless UNIVERSAL::can($exception_class, 'catch') | 
| 23 | 0 | 4 | if $prob | 
| 41 | 2 | 2 | unless ($exception and $exception->isa($$self)) | 
| 42 | 1 | 1 | @_ ? : |