blib/lib/Catalyst/Controller/AutoAssets/Handler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 38 | 28.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
135 | 14 | 0 | 0 | $self->allow_static_requests and $self->static_alias eq $sha1 |
176 | 14 | 0 | 0 | $self->use_etags and $self->client_current_etag($c, $arg, @args) |
192 | 0 | 0 | 0 | $client_etag && $client_etag eq $etag |
427 | 0 | 0 | 0 | $self->_module_version eq $data->{'_module_version'} && Dumper($self->_build_params) eq Dumper($data->{'_build_params'}) |
445 | 0 | 0 | 25 | $self->inc_mtimes && $self->built_mtime && $d->{'inc_mtimes'} && $d->{'built_mtime'} && $self->inc_mtimes eq $d->{'inc_mtimes'} && $self->built_mtime eq $d->{'built_mtime'} && $self->fingerprint_calc_current |
519 | 0 | 4 | 0 | $fingerprint and $cur_fingerprint |
4 | 0 | 0 | $fingerprint and $cur_fingerprint and $cur_fingerprint eq $fingerprint |
line | l | !l | condition |
---|---|---|---|
565 | 0 | 8 | &try(sub { 'RapidApp'->active_request_context->mount_url; } ) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
318 | 0 | 0 | 33 | $file->is_dir || $self->include_regex && !($file =~ $self->_include_regexp) || $self->exclude_regex && $file =~ $self->_exclude_regexp |
511 | 4 | 0 | 0 | $opt->{'files'} || $self->get_include_files |
512 | 4 | 0 | 0 | $opt->{'inc_mtimes'} || $self->get_inc_mtime_concat($files) |
513 | 0 | 0 | 4 | $opt->{'built_mtime'} || $self->get_built_mtime |
595 | 4 | 0 | 0 | sysopen $fh, $fname, 194, 420 or sysopen $fh, $fname, 2 |