Condition Coverage

blib/lib/MCP/Run.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
52 0 1 1 $first_word and grep {$_ eq $first_word;} @$allowed

or 2 conditions

line l !l condition
70 5 0 $result->{'exit_code'} // -1
71 5 0 $result->{'stdout'} // ""
72 5 0 $result->{'stderr'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
57 0 1 2 $args->{'working_directory'} // $self->working_directory
58 0 3 0 $args->{'timeout'} // $self->timeout