blib/lib/Config/AutoConf/INI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 17 | 58.8 |
line | l | !l | condition |
---|---|---|---|
23 | 2 | 0 | $config_ini //= 'config_autoconf.ini' |
184 | 2 | 28 | $args{'stub_names'} // {} |
185 | 2 | 28 | $args{'force_msg'} // '' |
189 | 30 | 0 | $sectionp //= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
182 | 30 | 0 | 0 | $args{'section'} || croak('Internal error, section not set') |
183 | 30 | 0 | 0 | $args{'stub_name'} || croak('Internal error, stub_name not set') |
202 | 2 | 48 | 0 | $stub_names->{$key} || $stub_name |