blib/lib/Proc/ProcessTable/Process.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 16 | 25.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 33 | unless my $type = ref $self |
32 | 0 | 33 | unless (exists $self->{$name}) |
36 | 0 | 33 | if (@_) { } |
48 | 0 | 1 | unless $self->pid =~ /^-?\d+$/ |
60 | 0 | 0 | if (defined $priority) |
62 | 0 | 0 | if (getpriority(0, $self->pid) == $priority) |
71 | 0 | 0 | if (defined $pgrp) |
73 | 0 | 0 | if (getpgrp $self->pid == $pgrp) |