************* Module tests W:123,26: round built-in referenced (round-builtin) W:124,24: round built-in referenced (round-builtin) W:503,21: division w/o __future__ statement (old-division) Report ====== 354 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |0 |1 |-1.00 |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |class |0 |0 |= |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |method |0 |0 |= |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |function |0 |0 |= |0 |0 | +---------+-------+-----------+-----------+------------+---------+ Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |354 |75.48 |354 |= | +----------+-------+------+---------+-----------+ |docstring |11 |2.35 |11 |= | +----------+-------+------+---------+-----------+ |comment |87 |18.55 |87 |= | +----------+-------+------+---------+-----------+ |empty |17 |3.62 |17 |= | +----------+-------+------+---------+-----------+ 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 |0 |= | +-----------+-------+---------+-----------+ |refactor |0 |0 |= | +-----------+-------+---------+-----------+ |warning |3 |3 |= | +-----------+-------+---------+-----------+ |error |0 |0 |= | +-----------+-------+---------+-----------+ Messages -------- +--------------+------------+ |message id |occurrences | +==============+============+ |round-builtin |2 | +--------------+------------+ |old-division |1 | +--------------+------------+ Global evaluation ----------------- Your code has been rated at 9.92/10 (previous run: 9.92/10, +0.00) So close to being perfect...