Condition Coverage

lib/Rex/Commands/User.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

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'}

or 2 conditions

line l !l condition
96 0 0 $option{'ensure'} ||= "present"
319 0 0 $option{'ensure'} ||= "present"