| blib/lib/Hypersonic/UA/HTTP2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 11 | 27.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 1 | 0 | 0 | $? == 0 and $libs |
| line | l | !l | condition |
|---|---|---|---|
| 37 | 0 | 0 | `pkg-config --cflags libnghttp2 2>/dev/null` || '' |
| 43 | 0 | 0 | `pkg-config --libs libnghttp2 2>/dev/null` || '-lnghttp2' |
| 51 | 0 | 1 | $opts->{'max_h2_sessions'} // 100 |
| 52 | 0 | 1 | $opts->{'max_streams_per_session'} // 100 |