I’m an engineering manager with the following theses about pull requests in my team:
1. Long PRs take longer to review (disproportionate to their length in lines of code)
2. Long PRs receive less comments per line of code than shorter PRs
We’re working with BitBucket. Is there a way to validate these theses with actual statistics from BB? More specifically – for a list of given PRs can I get their length in number of code, the number of comments and the time it took from push to merge?
(I’ve looked at several git tools and similar questions, but nothing on BB PRs)