We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca26f54 + 61db05c commit 36b37feCopy full SHA for 36b37fe
src/CodeCoverage/Report/Node/File.php
@@ -647,7 +647,7 @@ protected function processFunctions(PHP_Token_Stream $tokens)
647
protected function crap($ccn, $coverage)
648
{
649
if ($coverage == 0) {
650
- return (string) pow($ccn, 2) + $ccn;
+ return (string) (pow($ccn, 2) + $ccn);
651
}
652
653
if ($coverage >= 95) {
0 commit comments