| lib/Rex/File/Parser/Ini.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 27 | 0 | 0 | unless (exists $self->{'__data'}{$section}) | 
| 31 | 0 | 0 | unless (exists $self->{'__data'}{$section}{$key}) | 
| 57 | 0 | 0 | if $line =~ /^\s*?;/u | 
| 58 | 0 | 0 | if $line =~ /^\s*?$/u | 
| 60 | 0 | 0 | if ($line =~ /^\[(.+)\]$/u) | 
| 66 | 0 | 0 | if ($section) |