Branch Coverage

src/panda/uri/ftp.h
Criterion Covered Total %
branch 3 8 37.5


line true false branch
6 0 3 struct URI::ftp : Strict {
9 1 0 static string default_scheme () { return "ftp"; }
12 0 2 struct URI::sftp : Strict {
15 0 0 static string default_scheme () { return "sftp"; }