I was using the following site: https://www.medcalc.org/calc/diagnostic_test.php to generate confidence intervals for some data I collected. One of the data-subsets had 81 true positives and 0 false positives, false negatives, and true negatives. The resulting confidence interval for the sensitivity was 95.55% - 100.00% even though the sensitivity for the sample is 100%.
This seems off and I'm wondering if this is due to methodology (from the website's documentation it creates exact Clopper Pearson intervals) not being well defined for extreme values like this one. It seems strange to present the result as 100% with a confidence interval that isn't (100-100).