Branch Coverage

test-lib/Car/Factory.pm
Criterion Covered Total %
branch 2 10 20.0


line true false branch
24 0 1 if (lc $car eq 'fiat') { }
1 0 elsif (lc $car eq 'ford') { }
0 0 elsif (lc $car eq 'mercedes') { }
0 0 elsif (lc $car eq 'bmw') { }
35 0 0 unless $@