File Coverage

blib/lib/Games/QuizTaker/IO.pm
Criterion Covered Total %
statement 0 2 0.0
branch n/a
condition n/a
subroutine 0 2 0.0
pod 0 2 0.0
total 0 6 0.0


line stmt bran cond sub pod time code
1             package Games::QuizTaker::IO;
2             {
3             sub in{
4 0     0 0   return scalar ;
5             }
6              
7             sub out{
8 0     0 0   print @_;
9             }
10              
11             1;
12             }
13