File Coverage

blib/lib/Lab/Moose/Instrument/Agilent33120A.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Lab::Moose::Instrument::Agilent33120A;
2             $Lab::Moose::Instrument::Agilent33120A::VERSION = '3.900';
3             #ABSTRACT: Agilent 33120A 15MHz arbitrary waveform generator
4              
5 1     1   2143 use v5.20;
  1         4  
6              
7              
8 1     1   8 use Moose;
  1         2  
  1         11  
9 1     1   7136 use namespace::autoclean;
  1         3  
  1         8  
10              
11             extends 'Lab::Moose::Instrument::HP33120A';
12              
13             __PACKAGE__->meta()->make_immutable();
14              
15             1;
16              
17             __END__
18              
19             =pod
20              
21             =encoding UTF-8
22              
23             =head1 NAME
24              
25             Lab::Moose::Instrument::Agilent33120A - Agilent 33120A 15MHz arbitrary waveform generator
26              
27             =head1 VERSION
28              
29             version 3.900
30              
31             =head1 DESCRIPTION
32              
33             Alias for L<Lab::Moose::Instrument::HP33120A>.
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is copyright (c) 2023 by the Lab::Measurement team; in detail:
38              
39             Copyright 2023 Andreas K. Huettel
40              
41              
42             This is free software; you can redistribute it and/or modify it under
43             the same terms as the Perl 5 programming language system itself.
44              
45             =cut