Branch Coverage

blib/lib/Aniki/Schema/Relationship/Fetcher.pm
Criterion Covered Total %
branch 16 34 47.0


line true false branch
20 0 29 unless @$rows
23 2 27 if (ref $prefetch eq 'HASH')
26 1 1 if ($key =~ /^\./u) { }
44 29 0 if (@src_columns == 1 and @dest_columns == 1) { }
49 0 29 unless (@src_values)
52 0 0 $has_many ? :
65 0 50 unless (defined $src_value)
67 0 0 $has_many ? :
72 50 0 $has_many ? :
80 0 0 if &notall(sub { defined $row->get_column($_); } , @src_columns)
85 0 0 $has_many ? :
92 4 25 unless @$src_rows
93 0 25 unless @$dest_rows
103 72 0 defined $_ ? :
107 44 0 defined $_ ? :
112 0 72 if &notall(sub { defined $src_row->get_column($_); } , @src_columns)
114 0 72 $has_many ? :