| blib/lib/Text/Fab.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 23 | 69.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 11 | 0 | 11 | $offset == 0 and substr($buffer, 0, 1) eq "#" |
| 224 | 2 | 2 | 2 | ref $value eq "ARRAY" and @$value == 2 |
| 344 | 1 | 0 | 5 | exists $self->{'sections'}{$ns} and exists $self->{'sections'}{$ns}{$basename} |
| line | l | !l | condition |
|---|---|---|---|
| 176 | 0 | 7 | $self->{'sections'}{$namespace}{$basename} //= [] |
| 217 | 2 | 1 | $self->{'config'}{$key} //= [] |
| 226 | 2 | 0 | $self->{'config'}{$key} //= {} |
| 291 | 4 | 11 | $options //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 176 | 5 | 2 | 0 | $namespace //= $self->{'current_target'}[0] |
| 177 | 2 | 0 | 0 | $namespace //= $target_ns |