代码搜索:Coverage

找到约 1,248 项符合「Coverage」的源代码

代码结果 1,248
www.eeworm.com/read/366702/2868204

c gcov-1.c

/* Check that execution counts and branch probabilities for various C constructs are reported correctly by gcov. */ /* { dg-options "-fprofile-arcs -ftest-coverage" } */ /* { dg-do run { target na
www.eeworm.com/read/366702/2869054

c gcov-4.c

/* Check that execution counts for various C constructs are reported correctly by gcov. */ /* { dg-options "-fprofile-arcs -ftest-coverage" } */ /* { dg-do run { target native } } */ extern void
www.eeworm.com/read/366702/2869066

c gcov-4b.c

/* Check that execution counts for various C constructs are reported correctly by gcov. */ /* { dg-options "-fprofile-arcs -ftest-coverage" } */ /* { dg-do run { target native } } */ extern void
www.eeworm.com/read/260597/4330619

asm cover.asm

;* * CW : Cover.asm : Code Coverage kludge module _data segment byte public 'data' dgroup GROUP _data assume cs:dgroup assume ds:dgroup public crefCow crefCow DW 0
www.eeworm.com/read/472269/1412948

cpp skincolor.cpp

// fixed segmentation #include "Common.h" #include "Skincolor.h" #include "skinrgb.h" // // Constructor // Skincolor::Skincolor() : m_draw_once(false), m_last_coverage(-1) { } // (Constructo
www.eeworm.com/read/229812/4739170

c except29.c

#include "fail.h" #if __WATCOMC__ > 1060 int throws; int catches; int coverage; struct X { int sig; X( int x ) : sig(x) { } }; void f( int i ) { switch( i ) {
www.eeworm.com/read/182103/5271132

readme

# # $Id: README,v 1.3 1995/12/19 20:18:09 joel Exp $ # This directory contains the RTEMS Single Processor Test Suite. The tests in this directory provide near complete (98%+) test coverage of the no
www.eeworm.com/read/182103/5271445

readme

# # $Id: README,v 1.3 1995/12/19 20:14:31 joel Exp $ # This directory contains the RTEMS Multiprocessor Test Suite. The tests in this directory provide near complete (98%+) test coverage of the mult
www.eeworm.com/read/177992/5318786

java examplejunit4test.java

package org.hanselexample; import org.junit.Test; import static org.junit.Assert.*; /** * Coverage Test for the Example class. * This test covers all lines (including private/anonymous classes) *
www.eeworm.com/read/177992/5318787

java exampletest.java

package org.hanselexample; import junit.framework.Test; import junit.framework.TestCase; import org.hansel.CoverageDecorator; /** * Coverage Test for the Example class. * This test covers all li