| lib/Rex/Commands/Sysctl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 16 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 92 | 0 | 0 | if (defined $val) { } | 
| 97 | 0 | 0 | if ($ret ne $val) { } | 
| 99 | 0 | 0 | if ($? != 0) | 
| 107 | 0 | 0 | if ($options{'ensure'} or $options{'persistent'}) | 
| 108 | 0 | 0 | if ($options{'ensure'} eq 'present') { } | 
| 0 | 0 | elsif ($options{'ensure'} eq 'absent') { } | |
| 126 | 0 | 0 | if ($? == 0) { } | 
| 141 | 0 | 0 | unless (defined $sysctl) |