| blib/lib/WE_Frontend/Installer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 239 | 0 | 0 | 0 | -d $d and -w $d |
| 309 | 0 | 0 | 0 | -d $_ and /^(RCS|CVS|\.svn|headlines|photos)$/ || $File::Find::name =~ m[(we_data/content|html/.+)] |
| 314 | 0 | 0 | 0 | -f $_ and /^(\.cvsignore|WEsiteinfo.*\.pm|.*~|\.\#.*)$/ || $File::Find::name =~ m[( we_data/.*\.db$ | we_data/.*\.lock$ )]x |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | not $self or $self eq 'WE_Frontend::Installer' |
| 304 | 0 | 0 | 0 | !defined($since) || stat($file)->mtime > $since |
| 309 | 0 | 0 | 0 | /^(RCS|CVS|\.svn|headlines|photos)$/ || $File::Find::name =~ m[(we_data/content|html/.+)] |
| 314 | 0 | 0 | 0 | /^(\.cvsignore|WEsiteinfo.*\.pm|.*~|\.\#.*)$/ || $File::Find::name =~ m[( we_data/.*\.db$ | we_data/.*\.lock$ )]x |