Branch Coverage

blib/lib/GitHub/WebHook/Run.pm
Criterion Covered Total %
branch 6 14 42.8


line true false branch
16 3 1 unless ((reftype $cmd || '') =~ /^(CODE|ARRAY)$/)
21 0 1 reftype $cmd eq 'ARRAY' ? :
29 1 0 if (ref $cmd) { }
0 0 elsif (not ref $cmd) { }
30 0 1 unless @$cmd
33 0 0 if $cmd eq ''
44 0 1 if (defined $$self{'chdir'})