| blib/lib/Proc/ProcessTable/InfoString.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 12 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 180 | 0 | 0 | 0 | $proc->{'state'} ne 'zombie' and $proc->{'rss'} == '0' | 
| 0 | 0 | 0 | $proc->{'state'} ne 'zombie' and $proc->{'rss'} == '0' and $flags{'is_kern_proc'} == '0' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 113 | 0 | 0 | 0 | not defined $proc or ref $proc ne 'Proc::ProcessTable::Process' | 
| 195 | 0 | 0 | 0 | $flags{'is_locked'} or $flags{'posix_advisory_lock'} |