A global threshold of 80% says nothing about whether the code that matters is tested, and it is satisfied by testing the code that is easy. Different code…
Line coverage counts whether a line executed, and a line with two outcomes is fully covered by exercising one of them. Path coverage requires Xdebug rather than PCOV…