Branch Coverage

lib/SQL/QueryBuilder/Flex/Join.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
34 0 1 if scalar @{$$self{'using'};}
38 0 1 $condition ? :
46 0 8 if $$self{'on'}
57 1 6 if (ref $$self{'table'}) { }
63 1 5 $$self{'alias'} ? :
70 1 6 if ($$self{'on'}) { }
6 0 elsif (scalar @{$$self{'using'};}) { }