Branch Coverage

blib/lib/Benchmark/Serialize/Library.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
214 0 0 unless exists $$benchmark{'deflate'} and $$benchmark{'inflate'}
217 0 0 if exists $$benchmarks{$name}
239 0 0 if (ref $spec eq 'HASH') { }
0 0 elsif ($spec eq 'all' or $spec eq ':all') { }
0 0 elsif ($spec eq 'default') { }
0 0 elsif ($spec =~ /^:(.*)/) { }
0 0 elsif (exists $$benchmarks{$spec}) { }
264 0 0 exists $$benchmark{'packages'} ? :
268 0 0 if exists $$benchmark{'args'} and ref $$benchmark{'args'} eq 'CODE'