Branch Coverage

blib/lib/SQL/Library.pm
Criterion Covered Total %
branch 9 18 50.0


line true false branch
20 0 1 if (ref $$self{'options'}{'lib'} eq 'ARRAY') { }
23 0 0 if (@{$$self{'options'}{'lib'};} == 1) { }
34 0 1 unless open LIB, $$self{'options'}{'lib'}
42 2 8 if /^\s*$/
43 0 8 if /^\s*#/
44 0 8 if m[^\s*//]
45 2 6 if (/^\[([^\]]+)\]/)
50 6 0 if ($curr_name)
100 0 0 unless open OUT, ">$$self{'options'}{'lib'}"