| lib/Rex/Commands/User.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 13 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | exists $option{'ensure'} and $option{'ensure'} eq "present" | 
| 0 | 0 | 0 | exists $option{'ensure'} and $option{'ensure'} eq "absent" | |
| 169 | 0 | 0 | 0 | defined $data->{'ssh_key'} and not defined $data->{'home'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 96 | 0 | 0 | $option{'ensure'} ||= "present" | 
| 319 | 0 | 0 | $option{'ensure'} ||= "present" |