elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Division by zero in ProgressBar #184

Closed elliotchance closed 10 years ago

elliotchance commented 10 years ago

PHP Warning: Division by zero in /mnt/hgfs/git/kounta/vendor/elliotchance/concise/src/Concise/Console/ResultPrinter/Utilities/ProgressBar.php on line 21

        return ceil($value / $this->total * $this->size);
coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.08%) when pulling a1c9313dfc8bd4b40c4cff9c994d432d4aefca6f on 1.3.2/184-Division-by-zero-in-ProgressBar into 350f1c81d4c55142544c9317208e8c2ecca0fd42 on release/1.3.2.

scrutinizer-notifier commented 10 years ago

The inspection completed: No new issues

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling e73cfc73086eab7f874cf646e173e78c6d975c66 on 1.3.2/184-Division-by-zero-in-ProgressBar into 350f1c81d4c55142544c9317208e8c2ecca0fd42 on release/1.3.2.