Condition Coverage

blib/lib/URL/Checkout.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
225 0 0 0 $sel ne '*' and $sel ne $$m{'name'}
277 0 0 0 $need_pass and not defined $$self{'pass'}
278 0 0 0 $need_user and not defined $$self{'user'}
334 0 0 0 $$m{'fake_home'} and defined $$self{'user'}

or 2 conditions

line l !l condition
281 0 0 $$self{'user'} || ''
0 0 $$self{'pass'} || ''
342 0 0 $$self{'user'} || ''
0 0 $$self{'pass'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
110 0 0 0 ref $self || $self
311 0 0 0 $desc ||= $$cmd[0]