blib/lib/Dancer2/Template/TemplateToolkit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 11 | 36.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 7 | 0 | 0 | defined $start_tag and $start_tag ne "[%" |
30 | 7 | 0 | 0 | defined $stop_tag and $stop_tag ne "%]" |
line | l | !l | condition |
---|---|---|---|
38 | 0 | 7 | $tt_config{'INCLUDE_PATH'} ||= [defined $include_path ? $include_path : (), sub { |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 0 | 7 | $self->config->{'stop_tag'} || $self->config->{'end_tag'} |