File Coverage

File:t/bin-yukki.psgi.t
Coverage:100.0%

linestmtbrancondsubpodtimecode
1#!/usr/bin/env perl
2
1
1
2058
2
use 5.12.1;
3
4
1
1
1
174
83645
4
use Test2::V0;
5
1
1
1
1582
16846
5
use Test::Script;
6
7
1
53026
plan 1;
8
9
1
2405
script_compiles('bin/yukki.psgi', 'yukki.psgi compiles');
10