On Fri, Oct 18, 2013 at 5:52 AM, Antoine Musso hashar+wmf@free.fr wrote:
track which lines in MediaWiki core have been executed
Does it count the whole line as covered for something like
$var = $alwaysTrue ? $something : $something_else;
or just the "true" case?
In June I enforced a PHPUnit feature which force us to mention which MediaWiki function is covered by a test method [FORCE COVER].
Why is this desirable?