Branch Coverage

blib/lib/Class/DBI/Frozen/301/Relationship/HasMany.pm
Criterion Covered Total %
branch 10 32 31.2


line true false branch
11 0 1 unless $accessor
12 0 1 unless $f_class
13 0 1 if $class->can($accessor)
17 0 1 if (ref $f_class eq 'ARRAY')
22 0 1 if (ref $f_key eq 'HASH')
30 1 0 unless $col
33 0 1 if (ref $f_key eq 'ARRAY')
34 0 0 if @$f_key > 1
43 0 1 if $$args{'sort'}
58 0 1 if $self->args->{'no_cascade_delete'}
80 0 0 unless my $class = ref $self
82 0 0 unless ref $data eq 'HASH'
96 1 0 unless my(@mapping) = @{$self->args->{'mapping'};}
98 0 0 unless wantarray
114 0 0 if (ref $self) { }
116 0 0 if defined $$args{'order_by'}