| blib/lib/Pinwheel/Fixtures.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 12 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 91 | 52 | 4 | 17 | $_ =~ /_id$/ and $$info{$_}{'type'} =~ /^int\b/ |
| 105 | 18 | 44 | 12 | exists $$info{'id'} and not exists $$row{'id'} |
| 110 | 8 | 37 | 8 | $$row{$_} and $$row{$_} =~ /[^0-9]/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 53 | 2 | 1 | 2 | not exists $opts{'root'} or $opts{'root'} |