Branch Coverage

blib/lib/MCE/Shared/Common.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
22 0 0 if defined wantarray
25 0 0 unless ref $cmd eq "ARRAY"
26 0 0 if (my $code = $self->can(shift @{$cmd;}))
31 0 0 if (defined $tmp)
34 0 0 ref $tmp eq 'ARRAY' && ($code = $self->can(shift @{$tmp;})) ? :
49 0 0 ref $_ eq 'ARRAY' && ($code = $self->can(shift @{$_;})) ? :