| line | true | false | branch | 
 
| 26 | 0 | 0 | if ($doc->{'system'}{'libs'}{'lib'}) { } | 
 
| 29 | 0 | 0 | unless ref $doc->{'system'}{'libs'}{'lib'} eq 'ARRAY' | 
 
| 37 | 0 | 0 | if ($doc->{'system'}{'load_modules'}{'module'}) { } | 
 
| 40 | 0 | 0 | unless ref $doc->{'system'}{'load_modules'}{'module'} eq 'ARRAY' | 
 
| 48 | 0 | 0 | if ($doc->{'system'}{'env_vars'}{'var'}) { } | 
 
| 51 | 0 | 0 | unless ref $doc->{'system'}{'env_vars'}{'var'} eq 'ARRAY' | 
 
| 66 | 0 | 0 | if ($doc->{'system'}{'post_processors'}{'class'}) { } | 
 
| 69 | 0 | 0 | unless ref $doc->{'system'}{'post_processors'}{'class'} eq 'ARRAY' | 
 
| 79 | 0 | 0 | if ($doc->{'web'}{'request_filters'}{'filter'}) { } | 
 
| 82 | 0 | 0 | unless ref $doc->{'web'}{'request_filters'}{'filter'} eq 'ARRAY' | 
 
| 90 | 0 | 0 | if ($doc->{'web'}{'disable_persistence'}{'location'}) { } | 
 
| 93 | 0 | 0 | unless ref $doc->{'web'}{'disable_persistence'}{'location'} eq 'ARRAY' | 
 
| 114 | 0 | 0 | unless $INC{$file} |