| inc/Test/Exception.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 2 | 26 | 7.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 17 | 0 | 1 | if (@_) | 
| 88 | 0 | 8 | 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)) |