| lib/App/OS/Detect/MachineCores.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 14 | 14.2 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 0 | 0 | $self->os eq 'aix' ? : |
| 51 | 2 | 0 | if ($self->os =~ /aix|bsdos|darwin|dynixptx|freebsd|linux|hpux|irix|openbsd|solaris|sunos/) |
| 55 | 0 | 2 | unless ($cores) |
| 58 | 0 | 0 | if ($self->os eq 'linux') |
| 59 | 0 | 0 | if ($self->os eq 'darwin') |
| 60 | 0 | 0 | if ($self->os eq 'MSWin32') |
| 62 | 0 | 0 | if ($cmd) { } |