blib/lib/GitHub/MergeVelocity/Repository/PullRequest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
88 | 3 | 3 | $self->is_closed ? : |
22 | 6 | $self->is_merged ? : | |
99 | 3 | 3 | $self->is_closed ? : |
20 | 6 | $self->is_merged ? : | |
111 | 2 | 26 | if $self->is_work_in_progress |
113 | 3 | 23 | if ($self->is_open) |
114 | 2 | 1 | $self->age > 45 ? : |
118 | 20 | 3 | if ($self->age < 31) { } |
2 | 1 | elsif ($self->age > 45) { } |