| line | % | coverage | condition |
| 262 | 100 | | $args->{'type'} // "" |
| 263 | 100 | | exists $MUSICAL_EVENT_TYPES{$type_key} or exists $METADATA_EVENT_TYPES{$type_key} |
| 267 | 100 | | $type_key || '(undef)' |
| 269 | 100 | | $args->{'nwc_label'} //= $args->{'type'} |
| 282 | 67 | | $args->{'nwc_label'} // $args->{'type'} |
| 409 | 100 | | $dots //= 0 |
| 412 | 100 | | defined $dur and exists $DURATION_RATIONALS{$dur} |
| 100 | | $dur // "(undef)" |
| 471 | 100 | | ref $r eq "ARRAY" and @$r == 2 and $r->[1] |
| 481 | 100 | | A | B | C | D | dec |
|---|
| 0 | X | X | X | 0 | | 1 | 0 | X | X | 0 | | 1 | 1 | 0 | X | 0 | | 1 | 1 | 1 | 0 | 0 | | 1 | 1 | 1 | 1 | 1 |
| ref $r eq "ARRAY" and @$r == 2 and $r->[0] =~ /\A\d+\z/ and $r->[1] =~ /\A[1-9]\d*\z/ |