blib/lib/DBIx/Class/Schema/Diff.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 19 | 5 | 52 | $Filter->mode eq 'limit' and not $Filter->empty_match |
107 | 0 | 29 | 98 | $_ && !ref($_) |
109 | 18 | 0 | 0 | $one && $two && $one ne '*' && $one =~ /\*/ && ($two eq 'columns' || $two eq 'relationships' || $two eq 'constraints') |
123 | 13 | 7 | 0 | exists $n->{'match'}{$_} and $n->{$_} = delete $n->{'match'}{$_} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
114 | 66 | 0 | 29 | scalar @args > 1 || !ref($args[0]) || ref $args[0] ne 'HASH' |