File Coverage

blib/lib/WWW/Google/Groups/Vars.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # $Id: Vars.pm,v 1.1 2003/09/14 08:09:43 cvspub Exp $
2              
3             package WWW::Google::Groups::Vars;
4              
5 1     1   7 use Exporter;
  1         3  
  1         125  
6             our @ISA = (Exporter);
7             our @EXPORT = qw(@agent_alias);
8              
9             our @agent_alias = (
10             'Windows IE 6',
11             'Windows Mozilla',
12             'Mac Safari',
13             'Mac Mozilla',
14             'Linux Mozilla',
15             'Linux Konqueror',
16             );
17             1;