| blib/lib/App/Stow/Check.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 0 | 0 | $rel_path[1] ne 'bin' and $rel_path[1] ne 'sbin' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | not &getopts('d:h', $self->{'_opts'}) or $self->{'_opts'}{'h'} |
| 0 | 0 | 0 | not &getopts('d:h', $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 1 |