Branch Coverage
lib/Bio/Roary/FilterUnknownsFromFasta.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
38
2
181
if
(
$number_of_Xs_found
>
$maximum_number_of_Xs
)
{
}
60
2
181
if
(
$self
->_does_sequence_contain_too_many_unknowns
(
$seq
)
)