optittm / bugprediction

A CLI tool to assess the risk of releasing your next version. Can generate a comprehensive dataset for testing your bug prediction models.
MIT License
0 stars 1 forks source link

Feat/pylint log stmt #49

Closed FredericDymko closed 1 year ago

FredericDymko commented 1 year ago

Added the metric for counting the number of logical statements by counting the number of for, while, with, binop and unaryop.

Creadeyh commented 1 year ago

It was decided that we would leave out this metric because of the issue of getting the logger class with pylint