| lib/UR/Namespace/Command/Test/Run.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 40 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 177 | 0 | 0 | 0 | $_ eq 't' and -d $_ |
| 224 | 0 | 0 | 0 | /\.t$/ and not -d $_ |
| 516 | 0 | 0 | 0 | @words and $words[-1] ne 'GSC' |
| 519 | 0 | 0 | 0 | @words and $words[-1] eq 'GSC' |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 0 | 0 | $namespace_name ||= 'UR' |
| 324 | 0 | 0 | $tests_covering_specified_modules{$test_name} ||= [] |
| 725 | 0 | 0 | $state->{'lsf_params'} || '' |
| 736 | 0 | 0 | shift() || 0 |
| 872 | 0 | 0 | delete $args->{'_chunk_size'} || 65536 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 257 | 0 | 0 | 0 | $line eq '' or $line eq 'EXIT TESTS' |
| 406 | 0 | 0 | 0 | $self->perl_opts or $self->inc |
| 530 | 0 | 0 | 0 | $tool eq 'svn' or $tool eq 'svk' |
| 559 | 0 | 0 | 0 | $status eq '?' or $status eq '!' |
| 675 | 0 | 0 | 0 | $did_create_new_worker or $count |
| 695 | 0 | 0 | 0 | $stat[2] eq 'RUN' or $stat[2] eq 'PEND' |