line |
true |
false |
branch |
23
|
0 |
0 |
if (not defined $self->{'file'}) { } |
|
0 |
0 |
elsif ($self->{'file'} =~ /^[^\@]+$/) { } |
|
0 |
0 |
elsif ($self->{'file'} =~ /^@(.*)/) { } |
|
0 |
0 |
elsif ($self->{'file'} =~ /^(.*?)@(.*)/) { } |
51
|
0 |
0 |
if (-f $default) |
60
|
0 |
0 |
if (not defined $self->{'file'}) { } |
|
0 |
0 |
elsif (not -f $self->{'file'}) { } |
69
|
0 |
0 |
if ($line =~ /\[(.*)\]/) { } |
|
0 |
0 |
elsif ($line =~ /(.*?)\s*=\s*(.*)/) { } |
84
|
0 |
0 |
if (scalar keys %{$$self{'config'}{'default_no_section'};} > 0) |
89
|
0 |
0 |
if (exists $self->{'config'}{$self->{'section'}}) |