| blib/lib/Mojolicious/Command/listdeps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 217 | 0 | 0 | 0 | $include_tests and $_ =~ /\.t$/x |
| 291 | 0 | 0 | 0 | exists $core_modules->{$module} and $skip_core |
| 297 | 0 | 0 | 0 | $missing_only and $module_info |
| 301 | 0 | 0 | 0 | $skip_lib and $module_info |
| 0 | 0 | 0 | $skip_lib and $module_info and $lib_dir | |
| 0 | 0 | 0 | $skip_lib and $module_info and $lib_dir and $lib_dir eq substr($module_info->file, 0, length $lib_dir) | |
| 313 | 0 | 0 | 0 | $version and $version eq 'undef' |
| line | l | !l | condition |
|---|---|---|---|
| 370 | 0 | 0 | $ppi_doc->find('Statement::Include') || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 392 | 0 | 0 | 0 | $_->isa('PPI::Token::QuoteLike::Words') || $_->isa('PPI::Token::Number') |