File Coverage

File:t/05-model-row.t
Coverage:100.0%

linestmtbrancondsubpodtimecode
1# vi:filetype=
2
3
1
1
1
23
5
21
use t::OpenAPI;
4
5 - 12
=pod

This test file tests URLs in the form /=/model/xxx/xxx/xxx

TODO
* many...

=cut
13
14
1
12
plan tests => 3 * blocks();
15
16
1
391
run_tests;
17