blib/lib/Mojolicious/Command/listdeps.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 23 | 30.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
171 | 44 | 0 | 0 | $include_tests and $_ =~ /\.t$/x |
232 | 1 | 0 | 7 | exists $$core_modules{$module} and $skip_core |
238 | 1 | 0 | 0 | $missing_only and $module_info |
242 | 1 | 0 | 0 | $skip_lib and $module_info |
1 | 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) |
line | l | !l | condition |
---|---|---|---|
293 | 2 | 0 | $ppi_doc->find('Statement::Include') || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
312 | 0 | 0 | 0 | $_->isa('PPI::Token::QuoteLike::Words') || $_->isa('PPI::Token::Number') |