| blib/lib/App/BitBucketCli/Command/PullRequests.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 0 | 0 | if $author and not $pull_request->author->{'user'}{'displayName'} =~ /$author/ |
| 53 | 0 | 0 | if $to_branch and not $pull_request->toRef->{'displayId'} =~ /$to_branch/ |
| 54 | 0 | 0 | if $from_branch and not $pull_request->fromRef->{'displayId'} =~ /$from_branch/ |
| 55 | 0 | 0 | if $title and not $pull_request->title =~ /$title/ |
| 67 | 0 | 0 | if not $max{$key} or $max{$key} < length $prs[-1]{$key} |