Branch Coverage

blib/lib/XAO/DO/Web/Benchmark.pm
Criterion Covered Total %
branch 23 30 76.6


line true false branch
100 4 4 if ($orderby eq 'total') { }
0 4 elsif ($orderby eq 'average') { }
0 4 elsif ($orderby eq 'median') { }
2 2 elsif ($orderby eq 'count') { }
2 0 elsif ($orderby eq 'tag') { }
110 0 7 unless $stats->{$b}{'count'} <=> $stats->{$a}{'count'}
119 2 6 if ($args->{'limit'} and scalar @tags > $args->{'limit'})
129 3 5 if $args->{'header.path'} or defined $args->{'header.template'}
133 18 17 if length $tag > $taglen
139 0 35 unless $d->{'count'}
149 29 6 if $args->{'path'} or defined $args->{'template'}
151 6 29 if ($args->{'dprint'} or $args->{'eprint'})
154 6 0 if $args->{'dprint'}
155 0 6 if $args->{'eprint'}
163 4 4 if $args->{'footer.path'} or defined $args->{'footer.template'}