Condition Coverage

blib/lib/App/BitBucketCli/Command/PullRequests.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 $author and not $pull_request->author->{'user'}{'displayName'} =~ /$author/
92 0 0 0 $to_branch and not $pull_request->toRef->{'displayId'} =~ /$to_branch/
93 0 0 0 $from_branch and not $pull_request->fromRef->{'displayId'} =~ /$from_branch/
94 0 0 0 $title and not $pull_request->title =~ /$title/
95 0 0 0 $emails and not grep({/$emails/;} @{$pull_request->emails;})
96 0 0 0 $participant and not grep({$_->{'user'}{'displayName'} =~ /$participant/;} @{$pull_request->participants;})

or 2 conditions

line l !l condition
85 0 0 $self->opt->{'state'} || 'OPEN'
98 0 0 eval { do { $pull_request->{'openTasks'}[0] } } || 0

or 3 conditions

line l !l&&r !l&&!r condition
110 0 0 0 not $max{$key} or $max{$key} < length $prs[-1]{$key}