line |
!l |
l&&!r |
l&&r |
condition |
56
|
0 |
0 |
0 |
$author and not $pull_request->author->{'user'}{'displayName'} =~ /$author/
|
57
|
0 |
0 |
0 |
$to_branch and not $pull_request->toRef->{'displayId'} =~ /$to_branch/
|
58
|
0 |
0 |
0 |
$from_branch and not $pull_request->fromRef->{'displayId'} =~ /$from_branch/
|
59
|
0 |
0 |
0 |
$title and not $pull_request->title =~ /$title/
|
60
|
0 |
0 |
0 |
$emails and not grep({/$emails/;} @{$pull_request->emails;})
|
61
|
0 |
0 |
0 |
$participant and not grep({$_->{'user'}{'displayName'} =~ /$participant/;} @{$pull_request->participants;})
|