File Coverage

blib/arch/AnyEvent/constants.pl
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod 0 1 0.0
total 4 5 80.0


line stmt bran cond sub pod time code
1             # automatically generated from constants.pl.PL
2             sub AnyEvent::common_sense {
3 190     190 0 1177 local $^W;
4 190         863 ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x0c\x3f\x33\x00\x0f\xf0\x0f\xc0\xf0\xfc\x33\x00\x00\x00\x0c\x00\x00";
5 190         12988 $^H |= 0x7c0;
6             }
7             # generated for perl 5.026001 built for x86_64-linux
8             package AnyEvent;
9             sub CYGWIN(){0}
10             sub WIN32(){0}
11             sub F_SETFD(){2}
12             sub F_SETFL(){4}
13             sub O_NONBLOCK(){2048}
14             sub FD_CLOEXEC(){1}
15             package AnyEvent::Base;
16             sub WNOHANG(){1}
17             package AnyEvent::IO;
18             sub O_RDONLY(){0}
19             sub O_WRONLY(){1}
20             sub O_RDWR(){2}
21             sub O_CREAT(){64}
22             sub O_EXCL(){128}
23             sub O_TRUNC(){512}
24             sub O_APPEND(){1024}
25             package AnyEvent::Util;
26             sub WSAEINVAL(){-1e+99}
27             sub WSAEWOULDBLOCK(){-1e+99}
28             sub WSAEINPROGRESS(){-1e+99}
29             sub _AF_INET6(){10}
30             package AnyEvent::Socket;
31             sub MSG_DONTWAIT(){64}
32             sub MSG_FASTOPEN(){536870912}
33             sub MSG_MORE(){32768}
34             sub MSG_NOSIGNAL(){16384}
35             sub TCP_CONGESTION(){13}
36             sub TCP_CONNECTIONTIMEOUT(){undef}
37             sub TCP_CORK(){3}
38             sub TCP_DEFER_ACCEPT(){9}
39             sub TCP_FASTOPEN(){23}
40             sub TCP_INFO(){11}
41             sub TCP_INIT_CWND(){undef}
42             sub TCP_KEEPALIVE(){undef}
43             sub TCP_KEEPCNT(){6}
44             sub TCP_KEEPIDLE(){4}
45             sub TCP_KEEPINIT(){undef}
46             sub TCP_KEEPINTVL(){5}
47             sub TCP_LINGER2(){8}
48             sub TCP_MAXSEG(){2}
49             sub TCP_MD5SIG(){14}
50             sub TCP_NOOPT(){undef}
51             sub TCP_NOPUSH(){undef}
52             sub TCP_QUICKACK(){12}
53             sub TCP_SACK_ENABLE(){undef}
54             sub TCP_SYNCNT(){7}
55             sub TCP_WINDOW_CLAMP(){10}
56             1;