| blib/lib/GitHub/MergeVelocity/Repository/PullRequest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 18 | 94.4 |
| line | true | false | branch |
|---|---|---|---|
| 89 | 3 | 1 | $self->is_closed ? : |
| 14 | 4 | $self->is_merged ? : | |
| 100 | 3 | 1 | $self->is_closed ? : |
| 12 | 4 | $self->is_merged ? : | |
| 112 | 2 | 16 | if $self->is_work_in_progress |
| 114 | 1 | 15 | if ($self->is_open) |
| 115 | 0 | 1 | $self->age > 45 ? : |
| 119 | 13 | 2 | if ($self->age < 31) { } |
| 1 | 1 | elsif ($self->age > 45) { } |