| blib/lib/System/Info/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 6 | 66.6 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 134 | 6 | 0 | $self->get_dist_name || ($bc eq 'Base' ? '' : $bc) |
| 55 | 0 | 138 | 2 | $self->{'_ncore'} ||= $self->{'_ncpu'} ? (sort {$b <=> $a;} $self->{'_ncpu'} =~ /(\d+)/g)[0] : $self->{'_ncpu'} |