| blib/lib/Test/Smoke/Syncer/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 28 | 39.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 2 | 0 | 0 | not $ok and -d $source_dir |
| 171 | 1191 | 145 | 9 | $declaration_seen and /^\s+,"(?:DEVEL|MAINT)(\d+)|(RC\d+)"/ |
| 185 | 0 | 0 | 9 | $patch_level and not $patch_level =~ /-RC\d+$/ |
| line | l | !l | condition |
|---|---|---|---|
| 172 | 0 | 0 | $1 || $2 || '?????' |
| 329 | 0 | 0 | $self->{'ddir'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | ref $self || $self |
| 68 | 0 | 2 | 0 | $tree_dir ||= $self->{'ddir'} |
| 158 | 0 | 7 | 0 | $sha || $branch |
| 159 | 7 | 0 | 0 | $describe || $branch |
| 170 | 145 | 9 | 1191 | $declaration_seen ||= /local_patches\[\]/ |