To expand on my comment:
I am aware that there is a matched-pairs t-test between two lists of counts.
Matched pairs of counts might be tested in other ways. Once issue with using a paired t-test on counts is that the assumption of equal variance for observations (and even of differences) will almost certainly be violated.
However, I cannot find any matched-pairs t-test of proportions. For example, list a may be [1/2, 24/30, 5/8] and list b may be [51/100, 4/9, 4/8].
Well, those are also counts, but the usual assumption would be that they're binomial.
If the null is that within the pairs the proportions are equal (but not necessarily across pairs), then one approach would be to do a chi-square test. Each matched pair gives you a 2x2 table:
Table 1:
Gp1 Gp2 Total
S 1 51 52
F 1 49 50
Total 2 100 102