| blib/lib/App/Toolforge/MixNMatch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | defined $json_file1 and -r $json_file1 |
| 51 | 0 | 0 | 0 | defined $json_file2 and -r $json_file2 |
| 71 | 0 | 0 | 0 | defined $catalog_id and $catalog_id =~ /^\d+$/ms |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 143 | 0 | 0 | 0 | not &getopts("h", $self->{'_opts'}) or $self->{'_opts'}{'h'} |
| 0 | 0 | 0 | not &getopts("h", $self->{'_opts'}) or $self->{'_opts'}{'h'} or @ARGV < 1 |