blib/lib/Class/ReturnValue.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
111 | 0 | 0 | if (wantarray) { } |
135 | 6 | 4 | if (@_) |
195 | 0 | 3 | unless ($args{'errno'}) |
202 | 2 | 1 | if ($args{'do_backtrace'}) |
221 | 2 | 0 | if ($$self{'errno'}) { } |
238 | 1 | 0 | if ($$self{'error_message'}) { } |
256 | 1 | 1 | if ($$self{'backtrace'}) { } |
274 | 2 | 7 | if ($$self{'errno'}) { } |
0 | 7 | elsif (wantarray) { } | |
287 | 3 | 6 | if (wantarray) { } |