Branch Coverage

blib/lib/App/Spoor/Installer.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
99 0 8 unless open my $login_handle, '>:encoding(UTF-8)', "$root_path/etc/systemd/system/spoor-login-follower.service"
104 0 8 unless open my $access_handle, '>:encoding(UTF-8)', "$root_path/etc/systemd/system/spoor-access-follower.service"
109 0 8 unless open my $error_handle, '>:encoding(UTF-8)', "$root_path/etc/systemd/system/spoor-error-follower.service"
114 0 8 unless open my $transmitter_handle, '>:encoding(UTF-8)', "$root_path/etc/systemd/system/spoor-transmitter.service"
121 0 8 unless open my $hook_file_handle, '>:encoding(UTF-8)', "$root_path/var/cpanel/perl5/lib/SpoorForwardHook.pm"