Condition Coverage

blib/lib/XAO/DO/Web/Benchmark.pm
Criterion Covered Total %
condition 20 30 66.6


and 3 conditions

line !l l&&!r l&&r condition
119 6 0 2 $args->{'limit'} and scalar @tags > $args->{'limit'}

or 2 conditions

line l !l condition
98 4 4 $args->{'orderby'} || 'total'
149 24 5 $d->{'cacheable'} || 0
5 24 $d->{'cache_flag'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
54 1 0 0 $args->{'tag'} || $self->throw('- no tag')
63 1 0 0 $args->{'tag'} || $self->throw('- no tag')
95 8 0 0 $args->{'data'}{'benchmarks'} || $self->throw(q[- no 'data' (INTERNAL)])
129 0 3 5 $args->{'header.path'} or defined $args->{'header.template'}
149 19 10 6 $args->{'path'} or defined $args->{'template'}
151 6 0 29 $args->{'dprint'} or $args->{'eprint'}
163 0 4 4 $args->{'footer.path'} or defined $args->{'footer.template'}