blib/lib/DeltaX/Trace.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
112 | 0 | 0 | 0 | $l_msub and $msub ne $l_msub |
127 | 0 | 0 | 0 | $options->{'trace_stack'} and $mtype eq 'E' |
0 | 0 | 0 | $options->{'trace_stack'} > 1 and $mtype eq 'W' | |
0 | 0 | 0 | $options->{'trace_stack'} > 2 and $mtype eq 'I' | |
0 | 0 | 0 | $options->{'trace_stack'} > 3 and $mtype eq 'D' | |
165 | 0 | 0 | 0 | $MAX_EVAL and length $eval > $MAX_EVAL |
179 | 0 | 0 | 0 | $MAX_ARGS and @a > $MAX_ARGS |
192 | 0 | 0 | 0 | $MAX_ARG_LEN and length $_ > $MAX_ARG_LEN |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
127 | 0 | 0 | 0 | $options->{'trace_stack'} and $mtype eq 'E' or $options->{'trace_stack'} > 1 and $mtype eq 'W' |
0 | 0 | 0 | $options->{'trace_stack'} and $mtype eq 'E' or $options->{'trace_stack'} > 1 and $mtype eq 'W' or $options->{'trace_stack'} > 2 and $mtype eq 'I' | |
0 | 0 | 0 | $options->{'trace_stack'} and $mtype eq 'E' or $options->{'trace_stack'} > 1 and $mtype eq 'W' or $options->{'trace_stack'} > 2 and $mtype eq 'I' or $options->{'trace_stack'} > 3 and $mtype eq 'D' |