Branch Coverage

src/panda/uri/parser_ext.rl
Criterion Covered Total %
branch 4 8 50.0


line true false branch
14 0 21 absolute_uri = scheme ":" hier_part ("?" query)? ("#" fragment)?;
1 9 absolute_uri = scheme ":" hier_part ("?" query)? ("#" fragment)?;
0 0 absolute_uri = scheme ":" hier_part ("?" query)? ("#" fragment)?;
34 1 0 if (ext_chars) { // we must parse and invalidate source query string to produce valid uri on output