mediawiki-extensions-AbuseF.../includes/parser
Daimona Eaytoy 4bcb64b01a Increase code coverage a bit
This patch mostly adds coverageIgnore comments for intendedly
unreachable code etc. Some of them could be made testable by adding a new
filter function (e.g. array cast), but this patch is meant to be
comment-only (aside from the parser test).
Ignoring coverage for these lines makes some methods reach 100%
coverage, which in turn makes it easier to look at the coverage chart
and identify at a glance which parts of the code *really* need to be
covered.

Bug: T201193
Change-Id: Ic30883f7d261d974a2be46308d023e2714119e95
2019-04-13 18:30:14 +02:00
..
AbuseFilterCachingParser.php Replace double-equals with triple-equals 2019-03-22 16:12:13 +01:00
AbuseFilterParser.php Increase code coverage a bit 2019-04-13 18:30:14 +02:00
AbuseFilterTokenizer.php Increase code coverage a bit 2019-04-13 18:30:14 +02:00
AFPData.php Increase code coverage a bit 2019-04-13 18:30:14 +02:00
AFPException.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPParserState.php Revert "Revert "Add typehinting for every object-only parameter"" 2018-11-15 10:09:16 +01:00
AFPToken.php Add doc for every class member 2019-03-17 11:40:24 +01:00
AFPTreeNode.php Replace double-equals with triple-equals 2019-03-22 16:12:13 +01:00
AFPTreeParser.php Replace double-equals with triple-equals 2019-03-22 16:12:13 +01:00
AFPUserVisibleException.php Stop computing removed variables and show custom error message 2018-06-26 20:02:31 +02:00