...
true | Default. Setup problems are printed to the console. |
---|---|
false | Setup problems are printed to the console. |
report.
...
This setting specifies the type of coverage included in an additional report, which includes source code annotated with line-by-line coverage details when a test's HTML report links to it.
Acceptable Values
...
report.separate_vm.xmx
This setting specifies how much memory should be used for reports generation.
Acceptable Values
[memory_size] | The maximum amount of memory allocated for report generation. The default is |
---|
...
This setting enables or disables generating reports as a separate virtual machine.
Acceptable Values
true | Reports are generated as a separate virtual machine. |
---|---|
false | Default. Generating reports as a separate virtual machine is disabled. |
...
This setting specifies the path to launch file that should be used during reports generation.
Acceptable Values
[path] | The path to the launch file. |
---|
...
This setting specifies how elements in the code duplication findings are sorted.
Acceptable Values
oldest | The oldest result is displayed at the top. |
---|---|
newests | The newest result is displayed at the top. |
paths | Default. The results are sorted by full path names in the ascending alphabetical order (A to Z). |
...
This setting specifies the version of the XML coverage report.
Acceptable Values
1 | Default. The standard version is used. |
---|---|
2 | The size of the XML report is optimized. |
...
This setting determines whether the current installation of the product reports results of local analysis to the DTP server.
Acceptable Values
true | The results are published to DTP. |
---|---|
false | Default. The results are not published to DTP. |
...
This setting specifies whether the tested source code is published to the DTP server.
Acceptable Values
off | Source code is not published to DTP. Default when the report.dtp.publish option is enabled. |
---|---|
min | The minimal part of the source code is published (in most cases, source code without reference to source control, for example, auto-generated code, is published. |
full | All of the source code from the specified scope is published to DTP. Default when the report.dtp.publish option is enabled. |
...