| blib/lib/Steemit/OperationSerializer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 8 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 4 | 0 | if (my $serializer_method = $self->can("serialize_$operation_name")) { } |
| 78 | 0 | 7 | unless defined $operation_parameters->{$field} |
| 102 | 0 | 2 | unless $serialized_operation .= pack('C', length $operation_parameters->{$field}) |
| 173 | 2 | 2 | unless ($self->{'_op_index'}) |