< Summary - Igor Pro Universal Testing Framework

Information
Class: tests.UnitTests.Reporting.WarnTests
Assembly: Reporting
File(s): /builds/mirror/igortest/tests/UnitTests/Reporting/WarnTests.ipf
Tag: 74147b3
Line coverage
100%
Covered lines: 4
Uncovered lines: 0
Coverable lines: 4
Total lines: 10
Line coverage: 100%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Cyclomatic complexity Line coverage
TEST_Reporting_Warn#WarnTest()100%1100%

File(s)

/builds/mirror/igortest/tests/UnitTests/Reporting/WarnTests.ipf

#LineLine coverage
 1#pragma rtGlobals=3
 2#pragma TextEncoding="UTF-8"
 3#pragma rtFunctionErrors=1
 4#pragma version=1.10
 5#pragma ModuleName=TEST_Reporting_Warn
 6
 17static Function WarnTest()
 18  INFO("this warning should not fail this test case")
 19  WARN(0)
 110End

Methods/Properties

TEST_Reporting_Warn#WarnTest()