blib/lib/Linux/Info/SysInfo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
217 | 0 | 0 | 1 | ref $opts_ref eq 'HASH' && exists $opts_ref->{'raw_time'} && $opts_ref->{'raw_time'} =~ /^[01]$/ |
468 | 0 | 0 | 2 | $s >= 86400 and $d = sprintf('%i', $s / 86400) |
469 | 0 | 0 | 2 | $s >= 3600 and $h = sprintf('%i', $s / 3600) |
470 | 1 | 0 | 1 | $s >= 60 and $m = sprintf('%i', $s / 60) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
352 | 32 | 0 | 832 | $line =~ /$model_regex/ or $line =~ /$arm_regex/ |
417 | 2 | 0 | 0 | scalar keys %cpu || $self->{'tcpucount'} |