getPartialPlayPercentage(); // HACK to get around bug near 0 $smallestPct = 0.0001; if ($partialPlayPct < $smallestPct) { return $smallestPct; } return $partialPlayPct; } }