blib/lib/Carp/Parse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 17 | 70.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 0 | 8 | 30 | defined $parse_arguments and $parse_arguments ne '' |
8 | 0 | 30 | defined $parse_arguments and $parse_arguments ne '' and $arguments_count < $MAX_ARGUMENTS_PER_CALL | |
8 | 1 | 29 | defined $parse_arguments and $parse_arguments ne '' and $arguments_count < $MAX_ARGUMENTS_PER_CALL and not $incorrect_arguments_format_detected |
line | l | !l | condition |
---|---|---|---|
82 | 3 | 0 | $first_caller //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
74 | 0 | 0 | 3 | not defined $stack_trace or $stack_trace eq '' |
123 | 13 | 14 | 2 | $first_character eq '"' or $first_character eq q['] |