Condition Coverage

blib/lib/Dancer2/Template/TemplateToolkit.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
31 9 0 0 defined $start_tag and $start_tag ne "[%"
33 9 0 0 defined $stop_tag and $stop_tag ne "%]"

or 2 conditions

line l !l condition
41 0 9 $tt_config{'INCLUDE_PATH'} ||= [defined $include_path ? $include_path : (), sub { [$ttt->views]; } ]

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 9 $self->config->{'stop_tag'} || $self->config->{'end_tag'}