blib/lib/Net/Prometheus/ServerStatusLiteCollector.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
94 | 0 | 0 | 0 | $self->scoreboard and ref $self->scoreboard eq 'Parallel::Scoreboard' |
116 | 0 | 0 | 0 | $pstatus->{'ppid'} and $pstatus->{'uptime'} |
0 | 0 | 0 | $pstatus->{'ppid'} and $pstatus->{'uptime'} and $pstatus->{'ppid'} | |
166 | 0 | 0 | 0 | $pstatus->{'status'} and $pstatus->{'status'} eq 'A' |
line | l | !l | condition |
---|---|---|---|
114 | 0 | 0 | $$stats{$all_workers[0]} || '{}' |
163 | 0 | 0 | $json || '{}' |
165 | 0 | 0 | $pstatus ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
176 | 0 | 0 | 0 | $pstatus->{'pid'} ||= $pid |