Condition Coverage

lib/Git/Background/Future.pm
Criterion Covered Total %
condition 12 14 85.7


and 3 conditions

line !l l&&!r l&&r condition
101 9 1 4 $exit_code and $run->{'_fatal'}
173 57 0 0 defined $run and not $run->{'_proc'}->alive

or 2 conditions

line l !l condition
66 1 1 "$@" || 'Failed to wait on Git process with Proc::Background'

or 3 conditions

line l !l&&r !l&&!r condition
101 2 2 14 $exit_code == 128 or $exit_code == 129
4 4 10 $exit_code == 128 or $exit_code == 129 or $exit_code and $run->{'_fatal'}