| blib/lib/Term/DataMatrix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 13 | 76.9 | 
| line | l | !l | condition | 
|---|---|---|---|
| 75 | 1 | 12 | $self->{'white'} // "on_white" | 
| 76 | 1 | 12 | $self->{'black'} // "on_black" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 74 | 1 | 14 | 0 | $self->{'text_dmcode'} //= "Barcode::DataMatrix"->new | 
| 75 | 2 | 13 | 0 | $self->{'white_text'} //= colored(" ", $self->{'white'} // "on_white") | 
| 76 | 2 | 13 | 0 | $self->{'black_text'} //= colored(" ", $self->{'black'} // "on_black") |