Branch Coverage

blib/lib/CloudCron/Workers/System.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
24 0 0 if ($message->{'type'} ne 'shell')
32 0 0 defined $message->{'env'} ? :
59 0 0 if (system($cmd) != 0) { }
61 0 0 if (WIFEXITED($status)) { }
0 0 elsif (WIFSIGNALED($status)) { }
74 0 0 if ($@)