Branch Coverage

blib/lib/SigAction/SetCallBack.pm
Criterion Covered Total %
branch 6 14 42.8


line true false branch
16 0 0 if (defined "POSIX::$new_sa_mask")
30 0 2 unless $sig and $func
32 2 0 if (ref $func ne 'CODE')
34 0 2 unless $package->can($func)
43 0 2 unless defined "POSIX::SIG$sig"->()
45 0 2 if $bad_sig
47 2 0 unless (exists $$sig_action_table{$sig})