blib/lib/Carp/Parse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
74 | 0 | 3 | if not defined $stack_trace or $stack_trace eq '' |
99 | 3 | 9 | unless defined $subroutine_arguments |
123 | 27 | 2 | if ($first_character eq '"' or $first_character eq q[']) { } |
129 | 26 | 1 | if (defined $value) { } |
143 | 2 | 0 | if (defined $value) { } |
153 | 28 | 1 | if (not $incorrect_arguments_format_detected) { } |
163 | 0 | 28 | if $arguments_count == $MAX_ARGUMENTS_PER_CALL |