************* Module matrix W:1431,34: round built-in referenced (round-builtin) W:1456,15: Called a next() method on an object (next-method-called) W:2260,11: range built-in referenced when not iterating (range-builtin-not-iterating) Report ====== 659 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |0 |1 |-1.00 |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |class |3 |3 |= |NC |NC | +---------+-------+-----------+-----------+------------+---------+ |method |0 |69 |-69.00 |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |function |0 |30 |-30.00 |0 |0 | +---------+-------+-----------+-----------+------------+---------+ Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |713 |30.14 |713 |= | +----------+-------+------+---------+-----------+ |docstring |1210 |51.14 |1210 |= | +----------+-------+------+---------+-----------+ |comment |124 |5.24 |124 |= | +----------+-------+------+---------+-----------+ |empty |319 |13.48 |319 |= | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |0 |0 |= | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.000 |0.000 |= | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |0 |3 |-3.00 | +-----------+-------+---------+-----------+ |refactor |0 |9 |-9.00 | +-----------+-------+---------+-----------+ |warning |3 |41 |-38.00 | +-----------+-------+---------+-----------+ |error |0 |1 |-1.00 | +-----------+-------+---------+-----------+ Messages -------- +----------------------------+------------+ |message id |occurrences | +============================+============+ |round-builtin |1 | +----------------------------+------------+ |range-builtin-not-iterating |1 | +----------------------------+------------+ |next-method-called |1 | +----------------------------+------------+ Global evaluation ----------------- Your code has been rated at 9.95/10 (previous run: 9.12/10, +0.83) So close to being perfect...