Condition Coverage

lib/Linux/Slackware/SystemTests.pm
Criterion Covered Total %
condition 10 32 31.2


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 0 -e $filename and (stat $filename)[9] > time - 28800
87 0 0 0 $mode eq 'DEBUG' and not $self->opt('debug', 0)

or 2 conditions

line l !l condition
122 0 6 $alt_hr //= {}

or 3 conditions

line l !l&&r !l&&!r condition
48 0 1 0 $self->opt('share_dir') // $st_dir
51 0 1 0 $self->opt('temp_dir') // File::Valet::find_temp()
54 0 0 1 $self->opt('tests_dir') // "$self->{'share_dir'}/system_tests"
55 0 0 1 $self->opt('data_dir') // "$self->{'share_dir'}/system_test_data"
56 0 0 1 $self->opt('bin_dir') // "$self->{'share_dir'}/bin"
57 1 0 0 $self->opt('self_id') // $self->invoke_self_id
123 1 0 5 $self->{'opt_hr'}{$name} // $alt_hr->{$name}
0 0 5 ($self->{'opt_hr'}{$name} // $alt_hr->{$name}) // $default_value