| blib/lib/Catalyst/Controller/AutoAssets/Handler/Directory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 0 | 3 | 0 | $sha1 eq $self->asset_name and exists $self->subfile_meta->{$path} |
| 147 | 0 | 0 | 8 | exists $self->subfile_meta->{$path} and $File->stat->mtime eq $self->subfile_meta->{$path}{'mtime'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 8 | $self->_excluded_paths->{$path} or not -f $File |