Condition Coverage

blib/lib/CPAN/Requirements/Dynamic.pm
Criterion Covered Total %
condition 6 15 40.0


or 2 conditions

line l !l condition
63 0 1 $args{'commands'} || \%default_commands
115 0 3 $entry->{'phase'} || 'runtime'
116 0 3 $entry->{'relation'} || 'requires'

or 3 conditions

line l !l&&r !l&&!r condition
63 0 1 0 $args{'config'} || do { require ExtUtils::Config; 'ExtUtils::Config'->new }
0 1 0 $args{'prereqs'} || do { require CPAN::Meta::Prereqs; 'CPAN::Meta::Prereqs'->new }
85 6 0 0 $self->{'commands'}{$name} || croak("No such command $name")