| lib/Log/Report/Template.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 35 | 51.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 178 | 1 | 0 | 1 | -f $name and $name =~ /$match/ |
| 213 | 1 | 3 | 2 | @blocks == 1 and $blocks[0] =~ /\$[1-9]/ |
| 280 | 0 | 2 | 0 | builtin::blessed($_[0]) and $_[0]->isa("Template") |
| line | l | !l | condition |
|---|---|---|---|
| 55 | 0 | 6 | $args->{'DELIMITER'} || ':' |
| 56 | 2 | 4 | $args->{'INCLUDE_PATH'} || [] |
| 59 | 0 | 6 | $args->{'processing_errors'} || 'NATIVE' |
| 67 | 0 | 6 | $args->{'textdomain_class'} || 'Log::Report::Template::Textdomain' |
| 77 | 0 | 6 | $args->{'template_syntax'} || 'HTML' |
| 166 | 0 | 1 | $args{'show_stats'} || 0 |
| 167 | 0 | 1 | $args{'charset'} || 'UTF-8' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 125 | 0 | 8 | 0 | $args{'templater'} ||= $self |
| 126 | 0 | 0 | 8 | $args{'lang'} ||= $self->translateTo |
| 171 | 0 | 0 | 1 | $args{'filenames'} || $args{'filename'} |
| 175 | 0 | 1 | 0 | $args{'filename_match'} || qr/\.tt2?$/ |