| blib/lib/HTML/Latemp/GenMakeHelpers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 16 | 75.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 166 | 84 | 48 | 103 | !($fn =~ /\.(?:tt|w)ml\z/u) && -f $self->_make_path($host, $fn) | 
| 241 | 235 | 0 | 0 | $bn =~ /\A\./u && $bn =~ /\.swp\z/u | 
| 289 | 186 | 48 | 0 | $bucket->{'filter_out_common'} && exists $self->_common_buckets->{$bucket->{'name'}}{$f} | 
| line | l | !l | condition | 
|---|---|---|---|
| 89 | 4 | 2 | $args{'filename_lists_post_filter'} || sub { my($params) = @_; return $params->{'filenames'}; } | 
| 99 | 3 | 3 | $args{'out_docs_ext'} // '.wml' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 289 | 1 | 234 | 0 | $host->{'id'} eq 'common' or not $bucket->{'filter_out_common'} && exists $self->_common_buckets->{$bucket->{'name'}}{$f} |