File Coverage

blib/lib/Csound/ScoreStatement.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             #_{ Encoding and name
2             =encoding utf8
3             =head1 NAME
4              
5             Csound::ScoreStatement
6              
7             L
8              
9             =cut
10             #_}
11              
12             package Csound::ScoreStatement;
13              
14 2     2   14 use warnings;
  2         4  
  2         68  
15 2     2   12 use strict;
  2         3  
  2         42  
16              
17 2     2   10 use Carp;
  2         5  
  2         144  
18              
19             our $VERSION = $Csound::VERSION;
20             #_{ Synopsis
21              
22             =head1 SYNOPSIS
23              
24             use Csound::ScoreStatement;
25              
26             ...
27              
28             =cut
29             #_}
30             #_{ Description
31             =head DESCRIPTION
32              
33             Score statements are used in L
34              
35             =cut
36             #_}
37              
38             'tq84';