| blib/lib/Dev/Util/OS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 18 | 61.1 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 2 | 0 | if (get_os() eq 'Linux') { } |
| 48 | 0 | 3 | if (get_os() eq 'Darwin') { } |
| 57 | 0 | 1 | if (get_os() eq 'FreeBSD') { } |
| 66 | 0 | 1 | if (get_os() eq 'OpenBSD') { } |
| 75 | 0 | 2 | if (get_os() eq 'SunOS') { } |
| 218 | 0 | 5 | if $arg_ref->{'debug'} |
| 220 | 4 | 1 | if (scalar run("command", $arg_ref->{'cmd'}, "buffer", $arg_ref->{'buf'}, "verbose", $arg_ref->{'verbose'} || 0, "timeout", $arg_ref->{'timeout'} || 10)) |
| 238 | 0 | 3 | if $arg_ref->{'debug'} |
| 249 | 2 | 1 | if ($success) |