blib/lib/Memory/Stats.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 11 | 90.9 |
line | l | !l | condition |
---|---|---|---|
39 | 2 | 2 | shift() // 'checkpoint' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 1 | 1 | 2 | not scalar @{$self->_memory_usage;} or $self->_memory_usage->[-1][0] eq 'stop' |
50 | 1 | 1 | 1 | not scalar @{$self->_memory_usage;} or $self->_memory_usage->[-1][0] eq 'stop' |
66 | 0 | 1 | 1 | scalar @{$self->_memory_usage;} < 2 or $self->_memory_usage->[-1][0] ne 'stop' |