| line |
true |
false |
branch |
|
30
|
0 |
0 |
if @$args |
|
31
|
0 |
0 |
if $opt->{'help'} |
|
57
|
0 |
0 |
if $App::Dependencio::opts->{'cpanm'} |
|
61
|
0 |
0 |
if @mods_not_found or print STDOUT colored(['bright_green'], "success! all dependencies met...\n") |
|
71
|
0 |
0 |
if ($dir eq $File::Find::dir and $App::Dependencio::opts->{'testdirs'}) |
|
74
|
0 |
0 |
if (-f $_ and /\.(pm|pl)$/ and $tests == 1) |
|
75
|
0 |
0 |
if $App::Dependencio::opts->{'verbose'} |
|
82
|
0 |
0 |
if ($module =~ /\p{Uppercase}/) |
|
86
|
0 |
0 |
unless (eval {
do {
require $path
}
}) |
|
88
|
0 |
0 |
unless grep {$_ eq $module;} @mods_not_found |