Condition Coverage

blib/lib/App/installdeps.pm
Criterion Covered Total %
condition 21 28 75.0


and 3 conditions

line !l l&&!r l&&r condition
60 57 6 5 exists $opts{'x'} and $candidate =~ /$opts{'x'}/
61 3 46 14 not exists $opts{'X'} and $candidate =~ /\$/
64 28 17 4 defined $path and exists $opts{'R'}
69 26 4 19 not exists $opts{'u'} and defined $path
77 0 0 0 @_ and eval { do { $_[0]->isa('App::installdeps') } }

or 2 conditions

line l !l condition
39 1 23 $opts{'i'} ||= 'cpanm'
55 8 0 $p->used_out_of_eval || {}
16 0 $p->used || {}
67 2 0 $pp->used_out_of_eval || {}
2 0 $pp->used || {}

or 3 conditions

line l !l&&r !l&&!r condition
59 31 5 32 not exists $opts{'u'} or exists $opts{'R'}