Directory org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage/

Directory Created:
2009-05-15 18:18
Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage
                                    Folder removed from repo templates (0 files, 0 lines)

Lines of Code

org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 46 (100.0%) 2871 (100.0%) 62.4

Most Recent Commits

soundasleep 2009-10-06 11:30 Rev.: 1252

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 9 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: CodeCoverageWriter.java (del), CoverageUtils.java (del), InstrumentOawCode.java (del), InstrumentationException.java (del), OutputCoveredCode.java (del), OutputInstrumentation.java (del), RevertInstrumentation.java (del), RunInstrumentation.java (del), oaw_coverage.php (del)
soundasleep 2009-08-05 22:15 Rev.: 910

output instrumentation now works with more generated pages: multiple JS instrumentation functions are no longer used or inserted randomly, but now one is inserted at the top of the document

62 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: OutputInstrumentation.java (+62 -20)
soundasleep 2009-08-05 17:37 Rev.: 905

fixes to the instrumentation code to handle PHP within script src tags

59 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: CodeCoverageWriter.java (+36 -22), InstrumentOawCode.java (+4 -5), OutputInstrumentation.java (+19 -4)
soundasleep 2009-05-25 18:55 Rev.: 714

javascript .js files, and javascript within .html files, are now also instrumented

20 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (-6), OutputInstrumentation.java (+20 -5)
soundasleep 2009-05-25 18:27 Rev.: 713

prettier coverage output
generated output now uses real template files and stylesheet files

76 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: CodeCoverageWriter.java (+54 -18), CoverageUtils.java (+22)
soundasleep 2009-05-25 17:48 Rev.: 712

refactoring code coverage methods

745 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: CodeCoverageWriter.java (new 615), CoverageUtils.java (new 120), InstrumentOawCode.java (+9 -667), OutputCoveredCode.java (+1 -1)
soundasleep 2009-05-25 17:39 Rev.: 711

output summary now includes basic javascript information

59 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+54 -15), OutputCoveredCode.java (+2 -1), RunInstrumentation.java (+3 -1)
soundasleep 2009-05-25 17:26 Rev.: 710

adding javascript execution coverage using AJAX
output coverage now loads the php file directly from a source file, rather than inline code

309 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+55 -2), OutputInstrumentation.java (+229 -50), oaw_coverage.php (+25 -12)
soundasleep 2009-05-19 16:31 Rev.: 709

instrumenting all test cases
saving copy of generated code coverage

55 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: OutputInstrumentation.java (+55 -78)
soundasleep 2009-05-19 14:41 Rev.: 708

removing old instrumented files
code coverage results now also generate a summary page with % covered by both oaw and php
adding sample instrumented output

161 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+161 -11)
soundasleep 2009-05-19 14:04 Rev.: 707

output results now include hyperlinks between templates

133 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+133)
soundasleep 2009-05-19 13:37 Rev.: 706

multiple test cases can now be instrumented to the same instrumentation files

20 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+1 -1), OutputCoveredCode.java (+2 -2), OutputInstrumentation.java (+2 -4), RunInstrumentation.java (+15)
soundasleep 2009-05-19 13:14 Rev.: 705

code coverage output can now handle else/elseif blocks

65 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+65)
soundasleep 2009-05-18 19:04 Rev.: 704

improving the output of the instrumentation; no longer refers to missing output lines
instrumented code now refers to the correct line number (+1)
replacing sample instrumentation

21 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+19 -10), OutputCoveredCode.java (+2 -2)
soundasleep 2009-05-18 18:27 Rev.: 703

initial code to take xpt templates and generate colourised code coverage

219 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+185), OutputCoveredCode.java (new 34)
soundasleep 2009-05-18 17:27 Rev.: 702

oaw coverage tool can now cover executed php code
including sample instrumentation dumps from both oaw and php

485 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (+62 -1), OutputInstrumentation.java (new 378), oaw_coverage.php (new 45)
soundasleep 2009-05-15 18:18 Rev.: 701

playing around with adding code instrumentation to openarchitectureware templates (currently only does .xpt)

382 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/coverage: InstrumentOawCode.java (new 289), InstrumentationException.java (new 26), RevertInstrumentation.java (new 33), RunInstrumentation.java (new 34)
Generated by StatSVN 0.7.0