| lib/Workflow/Config/Perl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 16 | 81.2 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 1 | 24 | unless (scalar @items) | 
| 24 | 0 | 24 | unless scalar @config_items | 
| 29 | 0 | 27 | if (ref $item) { } | 
| 46 | 10 | 15 | if (exists $this_config->{'type'}) { } | 
| 1 | 14 | elsif ($type eq 'persister' and ref $this_config->{$type} eq 'ARRAY') { } | |
| 73 | 1 | 26 | unless open CONF, "<", $file | 
| 76 | 0 | 26 | unless close CONF | 
| 89 | 1 | 25 | if ($EVAL_ERROR) |