| blib/lib/JIP/Conf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 2 | 6 | unless defined $path_to_file and length $path_to_file |
| 18 | 1 | 5 | unless -f $path_to_file |
| 22 | 2 | 3 | unless defined $path_to_variable and length $path_to_variable |
| 26 | 1 | 2 | unless (eval { do { require $path_to_file } }) |
| 36 | 1 | 1 | if ($JIP::Conf::EVAL_ERROR or ref $data_from_file ne 'HASH') |