File Coverage

blib/lib/Net/Evernote/Simple/EDAMUserStore/Constants.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             #
2             # Autogenerated by Thrift Compiler (0.7.0)
3             #
4             # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5             #
6             package Net::Evernote::Simple::EDAMUserStore::Constants;
7             require 5.6.0;
8 1     1   8 use strict;
  1         1  
  1         30  
9 1     1   37 use warnings;
  1         3  
  1         23  
10 1     1   501 use Thrift;
  1         1820  
  1         26  
11              
12              
13 1     1   6 use constant EDAM_VERSION_MAJOR => 1;
  1         1  
  1         44  
14              
15 1     1   4 use constant EDAM_VERSION_MINOR => 21;
  1         1  
  1         33  
16              
17             1;