Condition Coverage

blib/lib/App/Cpan.pm
Criterion Covered Total %
condition 10 52 19.2


and 3 conditions

line !l l&&!r l&&r condition
404 2 1 1 $ARGV[0] eq 'install' and @ARGV > 1
532 0 0 0 @ARGV and not $takes_args
609 0 0 0 not $switch and @$args
0 0 0 $switch and not @$args
1258 0 0 0 _safe_load_module('LWP::Simple') and _safe_load_module('URI')
1507 0 0 0 defined $guesses and @$guesses

or 2 conditions

line l !l condition
411 0 1 $ENV{'CPAN_OPTS'} || ''
574 0 0 $ENV{'CPANSCRIPT_LOGLEVEL'} || 'INFO'
671 3 15 $CPAN::Config->{'colorize_print'} || 'bold blue on_white'
679 3 11 $CPAN::Config->{'colorize_warn'} || 'bold red on_white'
881 0 0 $_[0] || ''
1096 0 0 shift() || ''
1121 0 0 $args->[0] || \*STDOUT
1214 0 0 $ENV{'GIT_COMMAND'} || '/usr/local/bin/git'

or 3 conditions

line l !l&&r !l&&!r condition
600 0 0 0 $option eq 'f' or $option eq 'T'
609 0 0 0 $switch || @$args
764 0 0 0 _cpanpm_output_indicates_failure() or _cpanpm_output_indicates_success()
897 2 0 1 $1 || $>
1434 0 0 0 $in_pod or /^\s*#/
1566 0 0 0 $threshold ||= $try->[2]