File Coverage

File:t/12-offset.t
Coverage:100.0%

linestmtbrancondsubpodtimecode
1# vi:filetype=
2
3
1
1
1
29
6
20
use t::OpenAPI;
4
5 - 10
=pod

XXX TODO:
* Add tests for model list and column list.

=cut
11
12
1
11
plan tests => 3 * blocks();
13
14
1
396
run_tests;
15