Branch Coverage

blib/lib/DBIx/Class/Schema/PopulateMore/Inflator/Find.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
39 4 0 if (my $resultset = $command->schema->resultset($source)) { }
40 4 0 if ($id =~ /^\[.+\]$/)
46 4 0 if (my $result = $resultset->find($id)) { }