⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
ruby
/
gems
/
3.0.0
/
gems
/
typeprof-0.12.0
/
tools
/
View File Name :
coverage.rb
require "coverage" require "coverage/helpers" cov = Coverage::Helpers.load("coverage.dump") cov.delete("
") cov2 = {} cov.each do |path, data| path = path.sub(/^exe\/..\//, "") data2 = Coverage.line_stub(path) data.each_with_index {|v, i| data2[i] = v if v } cov2[path] = data2 end File.write("coverage.info", Coverage::Helpers.to_lcov_info(cov2)) system("genhtml", "-o", "coverage", "coverage.info")