blib/lib/Module/Metadata/CoreList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 32 | 43.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 0 | 0 | 0 | $module_name and $perl_version |
59 | 0 | 0 | 0 | $Module::CoreList::version{$perl_version} and exists $Module::CoreList::version{$perl_version}{$module_name} |
163 | 19 | 23 | 3 | $candidate and $line =~ /^\s*}/ |
19 | 5 | 18 | $candidate and $line =~ /^\s*(['"])?([\w:]+)\1?\s*=>\s*(.+),/ | |
201 | 0 | 0 | 0 | $candidate and $line =~ /^\s*}/ |
0 | 0 | 0 | $candidate and $line =~ /^\s*(['"])?([\w:]+)\1?\s*=>\s*(.+),/ |
line | l | !l | condition |
---|---|---|---|
114 | 0 | 2 | $$arg{'dir_name'} ||= '.' |
115 | 0 | 2 | $$arg{'file_name'} ||= '' |
116 | 1 | 1 | $$arg{'module_name'} ||= '' |
117 | 2 | 0 | $$arg{'perl_version'} ||= '' |
118 | 0 | 2 | $$arg{'report_type'} ||= 'text' |
241 | 0 | 0 | $Module::CoreList::version{$perl_version}{$module} || 0 |
307 | 7 | 1 | $Module::CoreList::version{$perl_version}{$module} || 0 |