blib/lib/Git/Database.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 11 | 72.7 |
line | l | !l | condition |
---|---|---|---|
46 | 3 | 4 | $MIN_VERSION{$_} || 0 |
0 | 1 | $STORES ||= [map(eval { do { &use_module($_, scalar($MIN_VERSION{$_} || 0)) } }, @STORES)] | |
103 | 61 | 0 | ref $store || 'Git::Sub' |
111 | 66 | 88 | $MIN_VERSION{$backend} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
96 | 10 | 0 | 61 | not ref $store or -d $store |