blib/lib/Test/RunValgrind.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 1 | 2 | 0 | index($$out_text, 'ERROR SUMMARY: 0 errors from 0 contexts') >= 0 && ($self->_ignore_leaks || index($$out_text, 'in use at exit: 0 bytes') >= 0) |
line | l | !l | condition |
---|---|---|---|
67 | 0 | 3 | $args->{'supress_stderr'} // 0 |
68 | 1 | 2 | $args->{'ignore_leaks'} // 0 |
69 | 0 | 3 | $args->{'valgrind_args'} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
123 | 0 | 0 | 0 | $VERDICT or $self->_supress_stderr |