Branch Coverage

blib/lib/DBIx/Class/Schema/Diff.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
73 52 24 if ($Filter->mode eq 'limit' and not $Filter->empty_match)
74 51 1 if (scalar @{$Filter->matched_paths;} > 0) { }
107 98 29 $_ && !ref($_) ? :
109 0 127 $one && $two && $one ne '*' && $one =~ /\*/ && ($two eq 'columns' || $two eq 'relationships' || $two eq 'constraints') ? :
114 66 29 scalar @args > 1 || !ref($args[0]) || ref $args[0] ne 'HASH' ? :
120 10 85 unless (exists $params->{'match'})