Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 0 $author and not $pull_request->author->{'user'}{'displayName'} =~ /$author/
53 0 0 0 $to_branch and not $pull_request->toRef->{'displayId'} =~ /$to_branch/
54 0 0 0 $from_branch and not $pull_request->fromRef->{'displayId'} =~ /$from_branch/
55 0 0 0 $title and not $pull_request->title =~ /$title/

or 2 conditions

line l !l condition
43 0 0 $self->opt->{'state'} || 'OPEN'
63 0 0 $pull_request->{'openTasks'}[0] || 0

or 3 conditions

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