| blib/lib/Config/Directory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 29 | 65.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 31 | 0 | 6 | $$arg{'lines'} and $$arg{'lines'} =~ /(\d+)/ |
| 86 | 44 | 7 | 3 | defined $ignore and $f =~ /$ignore/ |
| 113 | 5 | 4 | 0 | $env_file and exists $ENV{$env_file} |
| 121 | 33 | 2 | 2 | exists $$arg{'chomp'} and $$arg{'chomp'} == 0 |
| 125 | 33 | 2 | 2 | exists $$arg{'trim'} and $$arg{'trim'} == 0 |
| 169 | 0 | 0 | 2 | -d $dir and -w $dir |
| 177 | 2 | 0 | 0 | exists $$ARG{'chomp'} and $$ARG{'chomp'} == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 50 | 1 | 14 | $$arg{'maxsize'} || 102400 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 177 | 0 | 0 | 2 | substr($value, -1) eq "\n" or length $value == 0 |
| 0 | 0 | 2 | substr($value, -1) eq "\n" or length $value == 0 or exists $$ARG{'chomp'} and $$ARG{'chomp'} == 0 |