File Coverage

blib/lib/Geo/WebService/OpenCellID/Response/measure.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Geo::WebService::OpenCellID::Response::measure;
2 4     4   32 use warnings;
  4         6  
  4         206  
3 4     4   18 use strict;
  4         6  
  4         134  
4 4     4   18 use base qw{Geo::WebService::OpenCellID::Response};
  4         32  
  4         564  
5             our $VERSION = '0.06';
6              
7             =head1 NAME
8              
9             Geo::WebService::OpenCellID::Response::measure - Perl API for the opencellid.org database
10              
11             =head1 SYNOPSIS
12              
13             =head1 DESCRIPTION
14              
15             Perl Interface to the database at http://www.opencellid.org/
16              
17             =head1 USAGE
18              
19             =head1 METHODS
20              
21             =head1 COPYRIGHT
22              
23             Copyright (c) 2025 Michael R. Davis
24              
25             This program is free software; you can redistribute
26             it and/or modify it under the same terms as Perl itself.
27              
28             The full text of the license can be found in the
29             LICENSE file included with this module.
30              
31             =cut
32              
33             1;