blib/lib/Treemap/Output/Imager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 44 | 22.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
204 | 0 | 0 | 0 | $text and length $text |
0 | 0 | 0 | $text and length $text and $height | |
0 | 0 | 0 | $text and length $text and $height and $width | |
237 | 0 | 0 | 0 | $metrix[2] <= $width and $metrix[3] > $height |
270 | 0 | 0 | 0 | $metrix[2] <= $width and $metrix[3] <= $height |
290 | 0 | 0 | 0 | $metrix[2] <= $width and $metrix[3] <= $height |
line | l | !l | condition |
---|---|---|---|
34 | 1 | 0 | $$self{'WIDTH'} || 400 |
35 | 1 | 0 | $$self{'HEIGHT'} || 300 |
36 | 0 | 1 | $$self{'PADDING'} || 5 |
37 | 0 | 1 | $$self{'SPACING'} || 5 |
38 | 0 | 1 | $$self{'BORDER_COLOUR'} || '#000000' |
39 | 0 | 1 | $$self{'FONT_COLOUR'} || '#000000' |
40 | 0 | 1 | $$self{'MIN_FONT_SIZE'} || 5 |
41 | 0 | 1 | $$self{'FONT_FILE'} || 'ImUgly.ttf' |
42 | 0 | 1 | $$self{'TEXT_DEBUG'} || 0 |
43 | 0 | 1 | $$self{'DEBUG'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
270 | 0 | 0 | 0 | $metrix[2] > $width or $metrix[3] > $height |
273 | 0 | 0 | 0 | $metrix[2] > $width or $metrix[3] > $height |