line | % | coverage | condition |
31 | 100 | | $seen ||= {} |
32 | 100 | | $merge ||= {} |
46 | 0 | | delete $merge{-'prefix'} || '' |
47 | 0 | | delete $merge{-'suffix'} || '' |
49 | 0 | | &Params::Util::_CODELIKE($groups[$i][1]) or &Params::Util::_SCALAR0($groups[$i][1]) |
73 | 50 | | $merge ||= {} |
84 | 0 | | $$group_arg{-'prefix'} || '' |
| 0 | | delete $$merge{-'prefix'} || '' |
85 | 0 | | delete $$merge{-'suffix'} || '' |
| 0 | | $$group_arg{-'suffix'} || '' |
96 | 33 | | &Params::Util::_CODELIKE($exports) or &Params::Util::_SCALAR0($exports) |
187 | 33 | | exists $$config{'into'} and exists $$config{'into_level'} |
190 | 50 | | delete $$config{'as'} || 'import' |
240 | 33 | | exists $$config{'into'} and exists $$config{'into_level'} |
249 | 33 | | exists $$config{'into'} and exists $$config{'into_level'} |
278 | 50 | | $$config{'groups'}{'default'} ||= [] |
281 | 100 | | $$config{'groups'}{'all'} ||= [keys %{$$config{'exports'};}] |
283 | 50 | | $$config{'generator'} ||= \&default_generator |
284 | 50 | | $$config{'installer'} ||= \&default_installer |
297 | 33 | | exists $$special{'into'} and exists $$special{'into_level'} |
312 | 33 | | delete $$special{'generator'} || $$config{'generator'} |
313 | 33 | | delete $$special{'installer'} || $$config{'installer'} |
352 | 67 | | $import_arg and &Params::Util::_CODELIKE($import_arg) |