Condition Coverage

blib/lib/CPAN/Packager/DependencyAnalyzer.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 $$config{'modules'}{$module} and $$config{'modules'}{$module}{'build_status'}
145 0 0 0 defined $$config{'global'}{'cpan_mirrors'} and $$config{'global'}{'cpan_mirrors'}
254 0 0 0 $$config{'modules'} and $$config{'modules'}{$module}
0 0 0 $$config{'modules'} and $$config{'modules'}{$module} and $$config{'modules'}{$module}{'depends'}

or 2 conditions

line l !l condition
112 0 0 $$module_info{'tgz_path'} || undef
0 0 $$module_info{'src_dir'} || undef
152 0 0 $$self{'__downloaded'} ||= {}