Branch Coverage

blib/lib/Git/Database.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
95 81 155 if (defined($store = $args->{'store'})) { }
96 10 71 if ($store eq '') { }
10 61 elsif (not ref $store or -d $store) { }
108 155 0 if ($backend = $args->{'backend'}) { }
109 1 154 if $backend eq 'None'
119 0 0 unless @stores