Condition Coverage

blib/lib/Gentoo/Probe.pm
Criterion Covered Total %
condition 1 15 6.6


and 3 conditions

line !l l&&!r l&&r condition
131 0 0 0 $_ ne '.' and $_ ne 'CVS'
0 0 0 $_ ne '.' and $_ ne 'CVS' and $_ ne '..'

or 3 conditions

line l !l&&r !l&&!r condition
24 0 0 8 $cfg ||= do { local $_ = eval "\n\t\t\tuse Gentoo::Config;\n\t\t\tnew Gentoo::Config;\n\t\t"; die "$@" if "$@"; die 'no cfg!' unless defined $_; $_ }
88 0 0 0 $self->builds or $self->latest
89 0 0 0 $$self{'installed'} or $$self{'uninstalled'}