Condition Coverage

blib/lib/Prancer/Plugin/Xslate.pm
Criterion Covered Total %
condition 4 35 11.4


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 11 ref $_[0] && $_[0]->isa('Prancer::Plugin::Xslate')
0 0 0 defined $_[0] && $_[0] eq 'Prancer::Plugin::Xslate'
89 0 0 0 ref $_[0] && $_[0]->isa('Prancer::Plugin::Xslate')
0 0 0 defined $_[0] && $_[0] eq 'Prancer::Plugin::Xslate'
96 0 0 0 ref $_[0] && $_[0]->isa('Prancer::Plugin::Xslate')
0 0 0 defined $_[0] && $_[0] eq 'Prancer::Plugin::Xslate'
103 0 0 0 ref $_[0] && $_[0]->isa('Prancer::Plugin::Xslate')
0 0 0 defined $_[0] && $_[0] eq 'Prancer::Plugin::Xslate'
110 0 0 0 ref $_[0] && $_[0]->isa('Prancer::Plugin::Xslate')
0 0 0 defined $_[0] && $_[0] eq 'Prancer::Plugin::Xslate'
129 11 1 0 $hr and $hl

or 2 conditions

line l !l condition
40 8 0 $self->config->get('template') || {}