Skip to content

Commit 6035870

Browse files
Add getCoverageData().
1 parent 9a3b9ab commit 6035870

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PHP/CodeCoverage/Report/Node/File.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,16 @@ public function count()
173173
return 1;
174174
}
175175

176+
/**
177+
* Returns the code coverage data of this node.
178+
*
179+
* @return array
180+
*/
181+
public function getCoverageData()
182+
{
183+
return $this->coverageData;
184+
}
185+
176186
/**
177187
* Returns the classes of this node.
178188
*

0 commit comments

Comments
 (0)