| blib/lib/Env/Dot/Functions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 17 | 76.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 122 | 0 | 3 | 22 | defined $parent_path and $parent_path ne "File::Spec"->rootdir |
| 125 | 0 | 15 | 7 | defined $parent_path and -f $parent_filepath |
| 278 | 9 | 4 | 1 | not $line and $filepath |
| line | l | !l | condition |
|---|---|---|---|
| 239 | 23 | 14 | $val // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 240 | 3 | 0 | 34 | $val eq "true" or $val eq "True" |
| 241 | 1 | 0 | 36 | $val eq "false" or $val eq "False" |