blib/lib/XML/Filter/ExceptionLocator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 10 | 40.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 4 | if ($wantarray) { } |
41 | 0 | 4 | if ($err and ref $err and $err->isa('XML::SAX::Exception')) { } |
0 | 4 | elsif ($err) { } | |
43 | 0 | 0 | if ($$self{'locators'} and @{$$self{'locators'};}) |
52 | 0 | 4 | if $wantarray |