| blib/lib/WWW/Postini/Exception.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 3 | 0 | if (@_ == 1) { } |
| 26 | 1 | 2 | if (UNIVERSAL::isa($_[0], 'WWW::Postini::Exception')) { } |
| 46 | 1 | 2 | if (defined $params{'cause'}) { } |
| 55 | 1 | 0 | unless defined $params{'message'} |
| 67 | 1 | 1 | if (grep(($_->filename eq $frame->filename && $_->line == $frame->line), @{$$cause_trace{'frames'};})) |
| 97 | 1 | 0 | if (@_) |