Skip to content

Releases: sebastianbergmann/php-code-coverage

phpunit/php-code-coverage 14.1.9

16 May 05:16
Immutable release. Only release title and notes can be modified.
14.1.9
655533a

Choose a tag to compare

Fixed

  • #1160: Ternary inside array spread: else-arm's line is falsely reported as not covered

phpunit/php-code-coverage 14.1.8

09 May 12:08
Immutable release. Only release title and notes can be modified.
14.1.8
031856c

Choose a tag to compare

Fixed

  • #1159: Statements inside a closure passed as a call argument are incorrectly reported as not covered
  • case statements are treated as branch operators

phpunit/php-code-coverage 14.1.7

04 May 15:58
Immutable release. Only release title and notes can be modified.
14.1.7
da6e6b6

Choose a tag to compare

Fixed

  • #1154: Opening and closing lines of match (true) expressions are reported as not executed
  • #1156: Scalar literals produce incorrect code coverage information

phpunit/php-code-coverage 14.1.6

24 Apr 13:32
Immutable release. Only release title and notes can be modified.
14.1.6
4991e47

Choose a tag to compare

Fixed

  • #1077: UnintentionallyCoveredCodeException should report ClassName::methodName when methods are targeted

phpunit/php-code-coverage 14.1.5

24 Apr 12:28
Immutable release. Only release title and notes can be modified.
14.1.5
30d90b0

Choose a tag to compare

Changed

  • #941: Sort directories and files in strict alphabetical order
  • #1077: UnintentionallyCoveredCodeException should report ClassName::methodName when methods are targeted

Fixed

  • #491: Ensure strings are valid UTF-8 before passing them to XML APIs
  • #919: Not all lines of an interface are ignored
  • #1007: Incorrect branch/path coverage totals for uncovered files
  • #1029: Lines of multiline ternary expressions inside array literals are not shown in coverage reports
  • #1030: Start line of code unit includes attributes

phpunit/php-code-coverage 14.1.4

23 Apr 17:02
Immutable release. Only release title and notes can be modified.
14.1.4
13dd8d3

Choose a tag to compare

Fixed

  • Added tokens for asymmetric visibility to the syntax highlighter used for the HTML report
  • Fixed whitespace issue in the HTML report for files with long lines

phpunit/php-code-coverage 14.1.3

18 Apr 05:42
Immutable release. Only release title and notes can be modified.
14.1.3
24dc6fc

Choose a tag to compare

Fixed

  • #1151: Version check in Unserializer::unserialize() is too restrictive

phpunit/php-code-coverage 14.1.2

15 Apr 08:27
Immutable release. Only release title and notes can be modified.
14.1.2
c902348

Choose a tag to compare

Fixed

  • #1150: Abstract method declarations are incorrectly counted as executable lines

phpunit/php-code-coverage 12.5.6

15 Apr 08:24
Immutable release. Only release title and notes can be modified.
12.5.6
876099a

Choose a tag to compare

Fixed

  • #1150: Abstract method declarations are incorrectly counted as executable lines

phpunit/php-code-coverage 14.1.1

13 Apr 04:56
Immutable release. Only release title and notes can be modified.
14.1.1
c875dc3

Choose a tag to compare

Fixed

  • #1149: Lines spanned by attributes are treated as executable