| blib/lib/App/Build.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 29 | 3.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 488 | 0 | 0 | 0 | $result and $contains_executables |
| 579 | 0 | 0 | 0 | $self->install_path($type) and not 'File::Spec'->file_name_is_absolute($dest) |
| 726 | 0 | 0 | 0 | $subdir and -d $subdir |
| line | l | !l | condition |
|---|---|---|---|
| 251 | 0 | 0 | $App::options{'archive_dir'} || 'archive' |
| 487 | 0 | 0 | $self->copy_if_modified('from', $file, 'to', $target_file) || '' |
| 604 | 0 | 0 | $$self{'properties'}{'destdir'} || '' |
| 644 | 0 | 0 | $$self{'args'}{'uninst'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 302 | 0 | 0 | 7 | $$self{'properties'}{'install_base'} || $$self{'config'}{'prefix'} |
| 323 | 0 | 0 | 0 | $App::options{"$tag.$dir.dir"} || 'File::Spec'->catdir($prefix, $dir) |
| 569 | 0 | 0 | 0 | $blib ||= $self->blib |
| 717 | 0 | 0 | 0 | $directory ||= "$App::options{'install_prefix'}/src" |