Searched refs:cov (Results 1 – 14 of 14) sorted by relevance
295 TARBALL=cov-int.tar.xz434 rm -rf cov-int435 mkdir cov-int436 cov-build --dir cov-int $COVERITY_BUILD_CMD439 tar cvf - cov-int | xz > "$TARBALL"
97 -pytest-cov==2.5.198 -cov-core==1.15.0
118 pytest test/unittests/ --cov=mycroft "$@"
206 unsigned int cov = dccp_csum_coverage(skb); in dccp_csum_outgoing() local208 if (cov >= skb->len) in dccp_csum_outgoing()211 skb->csum = skb_checksum(skb, 0, (cov > skb->len)? skb->len : cov, 0); in dccp_csum_outgoing()
2 HOMEPAGE = "https://github.com/pytest-dev/pytest-cov"
18 python3-pytest-cov \
22 python3-pytest-cov \
21 python3-pytest-cov \
34 python3-pytest-cov \
174 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
179 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
1408 double cov = block_range__coverage(br); in annotate__address_color() local1410 if (cov >= 0) { in annotate__address_color()1412 if (cov > 0.75) in annotate__address_color()1416 if (cov < 0.01) in annotate__address_color()1425 double cov = block_range__coverage(br); in annotate__asm_color() local1427 if (cov >= 0) { in annotate__asm_color()1429 if (cov < 0.01) in annotate__asm_color()
93 libFuzzer's output provides a "cov: " column that provides a total number of110 llvm-cov show ./path/to/qemu-fuzz-i386 -instr-profile=default.profdata \