| blib/lib/Pinto/Repository.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 23 | 56.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 191 | 0 | 0 | 0 | $pkg_name and $dist_path |
| 346 | 4 | 2 | 1 | $reg->is_pinned and not $force |
| 704 | 0 | 0 | 393 | -e $self->config->db_file and -e $self->config->authors_dir |
| line | l | !l | condition |
|---|---|---|---|
| 270 | 50 | 113 | $args{'source'} || 'LOCAL' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 507 | 0 | 1 | 2 | $is_different_stack or $new_name eq $old_name |
| 538 | 3 | 2 | 111 | -e $modules_dir or -l $modules_dir |
| 556 | 2 | 0 | 0 | -e $modules_dir or -l $modules_dir |
| 631 | 0 | 113 | 0 | $version ||= $REPOSITORY_VERSION |