Branch Coverage

File:blib/lib/Music/NWC2MusicXML/Event.pm
Coverage:81.2%

line%coveragebranch
25850TFunless defined $args
263100TFunless (exists $MUSICAL_EVENT_TYPES{$type_key} or exists $METADATA_EVENT_TYPES{$type_key})
412100TFunless defined $dur and exists $DURATION_RATIONALS{$dur}
416100TFunless $dots
471100TFunless ref $r eq "ARRAY" and @$r == 2 and $r->[1]
481100TFunless ref $r eq "ARRAY" and @$r == 2 and $r->[0] =~ /\A\d+\z/ and $r->[1] =~ /\A[1-9]\d*\z/
49950TF$g ? :
51050TFunless exists $MESSAGES{$key}