| blib/lib/Config/AutoConf/INI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 20 | 55.0 |
| line | l | !l | condition |
|---|---|---|---|
| 31 | 2 | 0 | $config_ini //= 'config_autoconf.ini' |
| 192 | 2 | 28 | $args{'stub_names'} // {} |
| 193 | 2 | 28 | $args{'force_msg'} // '' |
| 197 | 30 | 0 | $sectionp //= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 24 | 1 | 0 | 0 | 'File::Path'->can('make_path') || 'File::Path'->can('mkpath') |
| 190 | 30 | 0 | 0 | $args{'section'} || croak('Internal error, section not set') |
| 191 | 30 | 0 | 0 | $args{'stub_name'} || croak('Internal error, stub_name not set') |
| 210 | 2 | 50 | 0 | $stub_names->{$key} || $stub_name |