Condition Coverage

lib/Rex/User/NetBSD.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 exists $data->{'no_create_home'} and $data->{'no_create_home'} == 0
0 0 0 exists $data->{'no-create-home'} and $data->{'no-create-home'} == 0
78 0 0 0 $should_create_home and not defined $uid
197 0 0 0 exists $data->{'delete_home'} and is_dir($user_info{'home'})

or 3 conditions

line l !l&&r !l&&!r condition
26 0 0 0 ref $that || $that
44 0 0 0 $data->{'create_home'} or $data->{'create-home'}
0 0 0 $data->{'no_create_home'} or $data->{'no-create-home'}
0 0 0 exists $data->{'no_create_home'} and $data->{'no_create_home'} == 0 or exists $data->{'no-create-home'} and $data->{'no-create-home'} == 0