Specifies a set of files, classes or methods to be excluded from processing.
This element has no attributes, only nested tags
Table D.1: Common attributes for all File, Class, Method
tags
Name | Type | Description | Default | Required |
---|
name | String | The name of the class, method or file. This may also be specified
as a pattern. | n/a | Yes |
<coverage-threshold
perProject="50"
perClass="60"
perMethod="70"/>
<excludes>
<file>**/*Processor.php</file>
<class>Model_Filter_Windows</class>
<method>Model_System::execute()</method>
</excludes>