Branch Coverage

blib/lib/MIDI/XML/TimeSignature.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
84 0 0 if (@_)
85 0 0 if (ref $_[0] eq 'ARRAY') { }
0 0 elsif (ref $_[0] eq 'HASH') { }
0 0 elsif (ref $_[0] eq '') { }
86 0 0 if ($_[0][0] eq 'time_signature')
95 0 0 unless $attr =~ /^_/
98 0 0 if ($_[0] eq 'time_signature')
148 0 0 if (@_)
164 0 0 if (@_)
180 0 0 if (@_)
196 0 0 if (@_)
260 0 0 if (defined $self->{'_Numerator'})
263 0 0 if (defined $self->{'_LogDenominator'})
266 0 0 if (defined $self->{'_MidiClocksPerMetronomeClick'})
269 0 0 if (defined $self->{'_ThirtySecondsPer24Clocks'})