File Coverage

File:t/01-sanity.t
Coverage:100.0%

linestmtbrancondsubpodtimecode
1# vi:filetype=
2
3
1
1
1
33
5
16
use t::OpenAPI;
4
5
1
11
plan tests => 3 * blocks();
6
7
1
393
run_tests;
8