Branch Coverage

blib/lib/Paper/Specs/base/label.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
16 0 0 if $self->label_cols <= 1
25 0 0 if $self->label_rows <= 1
48 0 0 if $r > $self->label_rows or $r < 1
49 0 0 if $c > $self->label_cols or $c < 1
54 0 0 if ('Paper::Specs'->layout eq 'pdf')
69 0 0 if ('Paper::Specs'->layout eq 'pdf') { }