blib/lib/App/Cpan.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 43 | 23.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
385 | 2 | 1 | 1 | $ARGV[0] eq 'install' and @ARGV > 1 |
513 | 0 | 0 | 0 | @ARGV and not $takes_args |
579 | 0 | 0 | 0 | not $switch and @$args |
0 | 0 | 0 | $switch and not @$args |
line | l | !l | condition |
---|---|---|---|
392 | 0 | 1 | $ENV{'CPAN_OPTS'} || '' |
544 | 0 | 0 | $ENV{'CPANSCRIPT_LOGLEVEL'} || 'INFO' |
634 | 3 | 15 | $$CPAN::Config{'colorize_print'} || 'bold blue on_white' |
642 | 3 | 11 | $$CPAN::Config{'colorize_warn'} || 'bold red on_white' |
846 | 0 | 0 | $_[0] || '' |
1049 | 0 | 0 | shift() || '' |
1074 | 0 | 0 | $$args[0] || \*STDOUT |
1166 | 0 | 0 | $ENV{'GIT_COMMAND'} || '/usr/local/bin/git' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
570 | 0 | 0 | 0 | $option eq 'f' or $option eq 'T' |
579 | 0 | 0 | 0 | $switch || @$args |
728 | 0 | 0 | 0 | _cpanpm_output_indicates_failure() or _cpanpm_output_indicates_success() |
862 | 2 | 0 | 1 | $1 || $> |
1375 | 0 | 0 | 0 | $in_pod or /^\s*#/ |