Branch Coverage

blib/lib/DTL/Fast/Tag/Ssi.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
15 2 0 if ($self->{'parameter'} =~ /^\s*(.+?)(?:\s*(parsed))?\s*$/) { }
39 2 0 if (defined $ssi_dirs and ref $ssi_dirs eq 'ARRAY' and scalar @$ssi_dirs) { }
51 2 0 if ($template_path =~ /^\Q$allowed_dir\E/s)
58 2 0 if ($allowed) { }
62 1 1 if ($self->{'parsed'})