File Coverage

File:t/13-count.t
Coverage:100.0%

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

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

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