blib/lib/AnyEvent/Open3/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 18 | 0 | 0 | $self{'impl'} eq "mojo" and do { require Mojo::Reactor; "Mojo::Reactor"->detect eq "Mojo::Reactor::EV" } |
171 | 1 | 2 | 10 | $signal == 0 and $exit_value == 0 |
line | l | !l | condition |
---|---|---|---|
24 | 1 | 18 | &reftype($_[0]) || '' |
31 | 0 | 18 | $args->{'implementation'} || $ENV{'ANYEVENT_OPEN3_SIMPLE'} || 'child' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 26 | 118 | 0 | $args->{$_} || $default_handler |