Condition Coverage

blib/lib/Alzabo/SQLMaker/MySQL.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
325 0 0 0 Alzabo::Utils::safe_isa($_[$i], 'Alzabo::SQLMaker::Function') and $_[$i]->as_string($$self{'driver'}, $$self{'quote_identifiers'}) =~ /^\s*MATCH/i
334 0 0 0 defined $_[$i + 1] and Alzabo::Utils::safe_isa($_[$i + 1], 'Alzabo::SQLMaker::Function')
0 0 0 defined $_[$i + 1] and Alzabo::Utils::safe_isa($_[$i + 1], 'Alzabo::SQLMaker::Function') and $_[$i + 1]->as_string($$self{'driver'}, $$self{'quote_identifiers'}) =~ /^\s*IN BOOLEAN MODE/i
356 0 0 0 Alzabo::Utils::safe_isa($_[0], 'Alzabo::SQLMaker::Function') and $_[0]->as_string($$self{'driver'}, $$self{'quote_identifiers'}) =~ /^\s*MATCH/i