Branch Coverage

blib/lib/Grid/Layout/Render.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
69 0 3 unless $gl->isa('Grid::Layout')
70 0 3 unless ref $sub_next_track eq 'CODE'
71 0 3 unless ref $sub_next_cell eq 'CODE'
72 0 3 unless ref $sub_track_done eq 'CODE'