travis-ci
25 of 25 new or added lines in 8 files covered. (100.0%)
6867 of 7033 relevant lines covered (97.64%)
321.52 hits per line
|
module BinData |
10✔ |
|
class String |
4 only 2.0 and 2.2 ✔ |
|
def to_hex |
10✔ |
|
to_s.unpack('H*').pop.scan(/[0-9a-f]{2}/).map { |each| "0x#{each}" }.join(', ') |
6 all except 2.0 and 2.2 ✔ |
5 |
end
|
|
|
end
|
× |
|
end
|
× |