# (C) SonarSource SA, 2014-2019, info@sonarsource.com # All SONARSOURCE programs and content are copyright protected. # SONARSOURCE and SONARQUBE are trademarks of SonarSource SA. All rights are expressly reserved. # # This file is designed exclusively for use with the SONARSOURCE C / C++ / Objective-C Plugin. # It may not be used in connection with any other software. # Any other use is prohibited by law and may be grounds for immediate termination of your License. { "version":0, "captures":[ { "compiler":"msvc-cl", "executable":"C:\\Program Files\\squishcoco\\visualstudio\\CL.exe", "stdout":"CoverageScanner (C) froglogic GmbH\r\nUsage:\r\n--cs-statement-block: code coverage of statement blocks support\r\n--cs-decision: code coverage decision support\r\n--cs-condition: code coverage condition support (default)\r\n--cs-line: line code coverage support (default)\r\n--cs-no-line: no line code coverage instrumentation\r\n--cs-function function code coverage support (default)\r\n--cs-no-function: no function code coverage instrumentation\r\n--cs-mcc\/--cs-mcdc: multiple condition coverage and MC\/DC support\r\n--cs-no-mcc\/--cs-no-mcdc: no multiple condition coverage and no MC\/DC instrumentation\r\n--cs-full-instrumentation: complete instrumentation of conditions (default)\r\n--cs-partial-instrumentation: partial instrumentation of conditions\r\n--cs-combine-switch-cases: code coverage decision\/condition without an instrumentation of each single case of a switch\r\n--cs-on: activation of CoverageScanner\r\n--cs-off: deactivation of CoverageScanner\r\n--cs-off=: deactivation of CoverageScanner when compilation a source whose absolute file name is matching the wildcard expression \r\n--cs-no-annotations: no extraction of annotations (comments and manual validations) from the source files\r\n--cs-help: this help\r\n--cs-compiler=: compiler used (g++,gcc,cl)\r\n--cs-profile=: CoverageScanner profile\r\n--cs-libgen=: additional linker options to generate the CoverageScanner library\r\n--cs-no-exceptions: do not instrument exceptions (C++\/C# catch block)\r\n--cs-boost: ignore symbols generated by boost library\r\n--cs-qt4: ignore symbols generated by Qt4 library (default)\r\n--cs-no-qt4: no specific handling for Qt4 library\r\n--cs-qt3: ignore symbols generated by Qt3 library\r\n--cs-no-qt3: no specific handling for Qt3 library\r\n--cs-boost: ignore symbols generated by Boost library\r\n--cs-no-boost: no specific handling for Boost library\r\n--cs-verbose-source-lines=: maximum number of source code lines displayed ina an error message.\r\n--cs-verbose=