Branch Coverage

blib/lib/CPAN/Testers/Schema.pm
Criterion Covered Total %
branch 32 42 76.1


line true false branch
150 0 7 if (my(@unknown) = grep({not /^(?:$match_tables)$/u;} @tables))
156 2 5 if ($tables{'release'})
161 1 6 if ($tables{'report'})
165 5 2 if ($tables{'summary'})
173 13 15 unless $tables{$table}
175 7 8 if ($table eq 'upload')
177 6 1 if ($search->{'dist'}) { }
1 0 elsif ($search->{'author'}) { }
184 0 7 if (my $err = $tx->error)
195 5 10 if ($table eq 'summary')
197 5 0 if ($search->{'dist'})
199 3 2 if ($search->{'version'})
204 0 5 if (my $err = $tx->error)
229 2 13 if ($table eq 'release')
231 2 0 if ($search->{'dist'}) { }
0 0 elsif ($search->{'author'}) { }
233 1 1 if ($search->{'version'})
241 0 2 if (my $err = $tx->error)
244 1 1 $search->{'version'} ? :
267 1 14 if ($table eq 'report')
282 0 1 if (my $err = $tx->error)