Condition Coverage

blib/lib/MCP/Run.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

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

or 2 conditions

line l !l condition
89 5 0 $result->{'exit_code'} // -1
90 5 0 $result->{'stdout'} // ""
91 5 0 $result->{'stderr'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
68 0 1 2 $args->{'working_directory'} // $self->working_directory
69 0 3 0 $args->{'timeout'} // $self->timeout
70 0 0 3 $args->{'compress'} // $self->compress
94 3 2 0 $compress //= $self->compress
113 0 0 0 $_compressor //= "MCP::Run::Compress"->new