| blib/lib/DBIx/Class/Smooth/Fields.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 18 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 163 | 129 | 0 | 73 | exists $first->{$key} and not exists $second->{$key} |
| 0 | 129 | 0 | not exists $first->{$key} and exists $second->{$key} | |
| 170 | 0 | 0 | 0 | ref $first->{$key} ne 'HASH' and $second->{$key} ne 'HASH' |
| 285 | 2 | 1 | 0 | exists $settings{'extra'} and exists $settings{'extra'}{'list'} |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 0 | 0 | delete $merged->{'many'} || [] |
| 111 | 0 | 0 | delete $merged->{'might'} || [] |
| 114 | 0 | 0 | delete $merged->{'one'} || [] |