| blib/lib/Pinto/Schema/Result/Registration.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 20 | 30.0 |
| line | true | false | branch |
|---|---|---|---|
| 109 | 0 | 4 | if $self->is_pinned |
| 122 | 0 | 0 | unless $self->is_pinned |
| 136 | 0 | 0 | unless itis($reg_a, $pkg) and itis($reg_b, $pkg) |
| 139 | 0 | 0 | if $reg_a->id == $reg_b->id |
| 150 | 0 | 0 | unless itis($reg_a, $class) and itis($reg_b, $class) |
| 153 | 0 | 0 | if $reg_a->id == $reg_b->id |
| 182 | 0 | 0 | $self->package->is_main_module ? : |
| 183 | 44 | 280 | $self->is_pinned ? : |
| 184 | 0 | 28 | $self->distribution->is_devel ? : |
| 188 | 21 | 9 | $self->distribution->is_local ? : |