Condition Coverage

blib/lib/PlackX/Framework/Template.pm
Criterion Covered Total %
condition 5 24 20.8


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 $options and not ref $options
0 0 0 $options and not ref $options and $options eq ':manual' || $options eq ':no-auto'
46 0 0 1 $response and ref $response
49 0 0 1 $engine and ref $engine
60 1 0 0 $params and ref $params eq "HASH"

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $options eq ':manual' || $options eq ':no-auto'
58 0 1 0 $output_to //= $self->{'response'}
59 1 0 0 $file //= $self->{'filename'}