Branch Coverage

blib/lib/Clustericious/Command/nginx.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
33 0 0 unless my $prefix = $args{'-p'}
36 0 0 unless my $nginx = which('nginx')
39 0 0 if $? == -1
40 0 0 if $? & 127
41 0 0 if $? >> 8