| 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' |
| 176 | 2 | 28 | $args{'stub_names'} // {} |
| 177 | 2 | 28 | $args{'force_msg'} // '' |
| 181 | 30 | 0 | $sectionp //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 174 | 30 | 0 | 0 | $args{'section'} || croak('Internal error, section not set') |
| 175 | 30 | 0 | 0 | $args{'stub_name'} || croak('Internal error, stub_name not set') |
| 193 | 2 | 44 | 0 | $stub_names->{$key} || $stub_name |