lib/Rex/Commands/Kernel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
78 | 0 | 0 | if ($os eq 'FreeBSD') { } |
0 | 0 | elsif ($os eq 'NetBSD' or $os eq 'OpenBSD') { } | |
0 | 0 | elsif ($os eq 'SunOS') { } | |
0 | 0 | elsif ($os eq 'OpenWrt') { } | |
86 | 0 | 0 | if ($options->{'entry'}) |
93 | 0 | 0 | if ($options->{'exec_file'}) |
104 | 0 | 0 | if ($options->{'exec_file'}) |
115 | 0 | 0 | if ($action eq 'load') { } |
0 | 0 | elsif ($action eq 'unload') { } | |
118 | 0 | 0 | if ($? == 0) { } |
129 | 0 | 0 | if (ref $unload_command eq "CODE") |
134 | 0 | 0 | if ($? == 0) { } |