blib/lib/App/Git/Workflow/Command/BranchConflicts.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 6 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 6 | 0 | 0 | $option{'since'} and not $workflow->git->log(('-n1', '--since'), $option{'since'}, $first_branch) |
53 | 12 | 0 | 0 | $option{'since'} and not $workflow->git->log(('-n1', '--since'), $option{'since'}, $branch) |