Condition Coverage

blib/lib/Module/Depends/Tree.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
67 0 0 0 $stats and not $stats->package_is_perl_core
110 0 0 0 $deps and keys %{$deps;}

or 2 conditions

line l !l condition
113 0 0 'Module::Depends::Intrusive'->new->dist_dir($unpack_dir)->find_modules->requires || {}
114 0 0 'Module::Depends::Intrusive'->new->dist_dir($unpack_dir)->find_modules->build_requires || {}

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 $singleton_cpan ||= 'CPANPLUS::Backend'->new
70 0 0 0 $seen{$name} or $skippers{$name}
82 0 0 0 $package =~ /^mod_perl/ or $package =~ /^FCGI/
117 0 0 0 $$deps{$key} ||= $$build_deps{$key}