Skip to content

Commit

Permalink
Merge branch '1.1'
Browse files Browse the repository at this point in the history
Conflicts:
	ChangeLog.markdown
	package.xml
  • Loading branch information
edorian committed Mar 3, 2012
2 parents 294f6af + bec1cbd commit 87dddb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PHP/CodeCoverage/Filter.php
Expand Up @@ -258,6 +258,7 @@ public function isFile($filename)
if ($filename == '-' ||
strpos($filename, 'eval()\'d code') !== FALSE ||
strpos($filename, 'runtime-created function') !== FALSE ||
strpos($filename, 'runkit created function') !== FALSE ||
strpos($filename, 'assert code') !== FALSE ||
strpos($filename, 'regexp code') !== FALSE) {
return FALSE;
Expand Down

0 comments on commit 87dddb6

Please sign in to comment.