Condition Coverage

blib/lib/App/Multigit.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
426 0 0 0 $BEHAVIOUR{'skip_readonly'} and $config->{'readonly'}

or 3 conditions

line l !l&&r !l&&!r condition
161 0 0 0 shift() // dir()->absolute
167 0 0 0 $cfg->{$_}{'dir'} //= dir($_)->basename =~ s/\.git$//ru
168 0 0 0 $cfg->{$_}{'url'} //= $_
451 0 0 0 shift() // mg_parent()
491 0 0 0 shift() // mg_parent()
504 0 0 0 shift() // mg_parent()
540 0 0 0 $remotes{'origin'} // $remotes{(keys %remotes)[0]}