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