blib/lib/Proc/ProcessTable/Match.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
183 | 0 | 0 | 0 | defined $args{'checks'}[$check_int]{'args'} and ref $args{'checks'}[$check_int]{'args'} eq 'HASH' |
193 | 0 | 0 | 0 | defined $args{'checks'}[$check_int]{'invert'} and ref \$args{'checks'}[$check_int]{'invert'} ne 'SCALAR' |
0 | 0 | 0 | defined $args{'checks'}[$check_int]{'invert'} and ref \$args{'checks'}[$check_int]{'invert'} eq 'SCALAR' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
246 | 0 | 0 | 0 | not defined $proc or ref $proc ne 'Proc::ProcessTable::Process' |