| blib/lib/Dotenv.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 57 | 1 | 22 | unless @sources |
| 61 | 1 | 28 | unless defined $source |
| 66 | 12 | 16 | if ($ref eq '') { } |
| 7 | 9 | elsif ($ref eq 'HASH') { } | |
| 1 | 8 | elsif ($ref eq 'ARRAY') { } | |
| 1 | 7 | elsif ($ref eq 'SCALAR') { } | |
| 1 | 6 | elsif ($ref eq 'GLOB') { } | |
| 1 | 5 | elsif (eval { do { $source->can('getline') } }) { } | |
| 101 | 1 | 5 | unless @sources |