Branch Coverage

lib/Rex/Service/Redhat/systemd.pm
Criterion Covered Total %
branch 0 4 0.0


line true false branch
42 0 0 unless ($service =~ /\./u)
59 0 0 unless (eval { do { i_run("systemctl --no-pager $action $service >/dev/null", "nohup", 1); $ret_val = 1; 1 } })