Branch Coverage

blib/lib/DBIx/Class/Schema/Diff.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
25 0 0 if $_[0] and &try(sub { $_[0]->isa('DBIx::Class::Schema::Diff'); } ) || $_[0] eq 'DBIx::Class::Schema::Diff'
81 52 24 if ($Filter->mode eq 'limit' and not $Filter->empty_match)
82 51 1 if (scalar @{$Filter->matched_paths;} > 0) { }
120 98 29 $_ && !ref($_) ? :
122 0 127 $one && $two && $one ne '*' && $one =~ /\*/ && ($two eq 'columns' || $two eq 'relationships' || $two eq 'constraints') ? :
127 66 29 scalar @args > 1 || !ref($args[0]) || ref $args[0] ne 'HASH' ? :
133 10 85 unless (exists $params->{'match'})