File Coverage

blib/lib/Test2/Util/Term.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Test2::Util::Term;
2 1     1   395 use strict;
  1         3  
  1         30  
3 1     1   5 use warnings;
  1         3  
  1         30  
4              
5 1     1   5 use Term::Table::Util qw/term_size USE_GCS USE_TERM_READKEY uni_length/;
  1         2  
  1         12  
6              
7             our $VERSION = '0.000153';
8              
9 1     1   46 use Test2::Util::Importer 'Test2::Util::Importer' => 'import';
  1         3  
  1         6  
10             our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY uni_length/;
11              
12             1;