Branch Coverage

lib/Rex/Service.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
32 0 0 $? == 0 ? :
35 0 0 $? == 0 ? :
40 0 0 if (is_redhat($operatingsystem) and $can_run_systemctl) { }
0 0 elsif (is_redhat($operatingsystem)) { }
0 0 elsif (is_suse($operatingsystem) and $can_run_systemctl) { }
0 0 elsif (is_alt($operatingsystem) and $can_run_systemctl) { }
0 0 elsif (is_gentoo($operatingsystem) and $can_run_systemctl) { }
0 0 elsif (is_gentoo($operatingsystem)) { }
0 0 elsif (is_mageia($operatingsystem) and $can_run_systemctl) { }
0 0 elsif (is_debian($operatingsystem) and $can_run_systemctl) { }
0 0 elsif (is_debian($operatingsystem) and $running_upstart) { }
0 0 elsif (is_debian($operatingsystem)) { }
0 0 elsif (is_arch($operatingsystem) and $can_run_systemctl) { }
83 0 0 if (ref $provider_for and exists $provider_for->{$operatingsystem}) { }
0 0 elsif (exists $SERVICE_PROVIDER{$provider_for}) { }
94 0 0 if ($@)