| line |
true |
false |
branch |
|
38
|
2 |
10 |
unless ($self->_check($self->{'config'})) |
|
43
|
1 |
9 |
if (defined $self->{'callback'} and ref $self->{'callback'} ne 'CODE') |
|
61
|
2 |
4 |
if (ref $string_or_array_ref eq 'ARRAY') { } |
|
92
|
12 |
2 |
if (ref $config_hr eq 'HASH') { } |
|
94
|
1 |
5 |
if (ref $config_hr->{$key} ne '' and not $self->_check($config_hr->{$key})) |
|
114
|
2 |
11 |
if ($string =~ /^\s*$/ms) |
|
122
|
1 |
10 |
if (length $key < 1) |
|
127
|
1 |
9 |
unless ($key =~ /^[-\w\.:,]+\+?$/ms) |
|
144
|
1 |
4 |
if (ref $config_hr->{$key} eq 'HASH') { } |
|
150
|
1 |
3 |
if ($config_hr->{$key} =~ /\n/ms) |