From ce26f75ae62a757e91beef65df72dca01684e860 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 21 Apr 2013 02:23:46 +0200 Subject: [PATCH] Avoid duplicate idempotent method call --- lib/mutant/reporter/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/reporter/cli.rb b/lib/mutant/reporter/cli.rb index 00c30f3f..ff30cc82 100644 --- a/lib/mutant/reporter/cli.rb +++ b/lib/mutant/reporter/cli.rb @@ -141,7 +141,7 @@ module Mutant puts "Subjects: #{subjects}" puts "Mutations: #{mutations}" puts "Kills: #{kills}" - puts 'Runtime: %0.2fs' % runner.runtime + puts 'Runtime: %0.2fs' % runtime puts 'Killtime: %0.2fs' % killtime puts 'Overhead: %0.2f%%' % overhead puts 'Coverage: %0.2f%%' % coverage