Skip to content

Commit

Permalink
Close issue #57.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 28, 2011
1 parent 8a535bd commit 4a063b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PHP/CodeCoverage.php
Expand Up @@ -253,7 +253,10 @@ public function append(array $data, $id = NULL)

$this->applyListsFilter($data);
$this->initializeFilesThatAreSeenTheFirstTime($data);
$this->applyCoversAnnotationFilter($data, $id);

if ($id != 'UNCOVERED_FILES_FROM_WHITELIST') {
$this->applyCoversAnnotationFilter($data, $id);
}

if (empty($data)) {
return;
Expand Down

0 comments on commit 4a063b8

Please sign in to comment.