Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PHP/CodeCoverage/Report/HTML/Node/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ public function __construct($name, PHP_CodeCoverage_Report_HTML_Node $parent, ar
);

$this->calculateStatistics();

PHP_Token_Stream_CachingFactory::delete($path);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In most situations both the Clover XML and HTML report are generated. Both report generators leverage the token cache.

}

/**
Expand Down