Branch Coverage

lib/DBIx/MoCo/Fixture.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
19 1 0 if ref $_[-1] and ref $_[-1] eq 'HASH'
21 0 1 unless @_
29 0 2 unless $$config{'model'}->require
39 0 2 unless my $yaml = $file->slurp
60 2 0 if ($model->db->vendor eq 'SQLite') { }