blib/lib/Dotenv.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 22 | 22 | 100.0 |
line | true | false | branch |
---|---|---|---|
11 | 2 | 4 | if (@args) |
13 | 1 | 1 | if ($action eq '-load') { } |
70 | 1 | 23 | unless @sources |
74 | 1 | 30 | unless defined $source |
79 | 13 | 17 | if ($ref eq '') { } |
8 | 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') } }) { } | |
114 | 1 | 6 | unless @sources |