Condition Coverage

lib/Rex/Service.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
40 0 0 0 is_redhat($operatingsystem) and $can_run_systemctl
0 0 0 is_suse($operatingsystem) and $can_run_systemctl
0 0 0 is_alt($operatingsystem) and $can_run_systemctl
0 0 0 is_gentoo($operatingsystem) and $can_run_systemctl
0 0 0 is_mageia($operatingsystem) and $can_run_systemctl
0 0 0 is_debian($operatingsystem) and $can_run_systemctl
0 0 0 is_debian($operatingsystem) and $running_upstart
0 0 0 is_arch($operatingsystem) and $can_run_systemctl
83 0 0 0 ref $provider_for and exists $provider_for->{$operatingsystem}

or 2 conditions

line l !l condition
80 0 0 'Rex::Config'->get('service_provider') || {}