blib/lib/Config/Extend/MySQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
line | l | !l | condition |
---|---|---|---|
122 | 0 | 1 | carp("warning: File '${file}' is empty") and return |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
116 | 1 | 1 | 12 | defined $$args{'from'} and length $$args{'from'} |
line | l | !l | condition |
---|---|---|---|
197 | 2 | 3 | $1 || 'file' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
156 | 9 | 0 | 0 | $backend eq 'Config::Tiny' or $backend eq 'Config::INI::Reader' |
205 | 4 | 0 | 6 | $skip{$file} or index($file, '.') == 0 |